[Bps-public-commit] Prophet branch, master, updated. abf81e332359be77e432ec451fb3a8d4504138e5

sartak at bestpractical.com sartak at bestpractical.com
Fri Jun 19 01:10:11 EDT 2009


The branch, master has been updated
       via  abf81e332359be77e432ec451fb3a8d4504138e5 (commit)
      from  05d94608c78d5b51001537bc37c6753e1deeed19 (commit)

Summary of changes:
 lib/Prophet/CLI/Command/Publish.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit abf81e332359be77e432ec451fb3a8d4504138e5
Author: Shawn M Moore <sartak at gmail.com>
Date:   Fri Jun 19 01:10:05 2009 -0400

    replia -> replica

diff --git a/lib/Prophet/CLI/Command/Publish.pm b/lib/Prophet/CLI/Command/Publish.pm
index ede4817..2831631 100644
--- a/lib/Prophet/CLI/Command/Publish.pm
+++ b/lib/Prophet/CLI/Command/Publish.pm
@@ -24,12 +24,12 @@ sub run {
     Prophet::CLI->end_pager();
     # if we have the html argument, populate the tempdir with rendered templates
     if ($export_html) {
-        print "Exporting a static HTML version of this replia\n";
+        print "Exporting a static HTML version of this replica\n";
         $self->export_html() 
     }
     # otherwise, do the normal prophet export this replica
     if ($export_replica) {
-        print "Exporting a clone of this replia\n";
+        print "Exporting a clone of this replica\n";
         $self->SUPER::run(@_) 
     } 
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list