[Bps-public-commit] Shipwright branch, master, updated. fbd21d3aa38db6664300b33615d0dc42a68c5e87

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Sep 18 22:48:24 EDT 2009


The branch, master has been updated
       via  fbd21d3aa38db6664300b33615d0dc42a68c5e87 (commit)
      from  124f050d893e64609fd17adbce6677b41c3f4c59 (commit)

Summary of changes:
 lib/Shipwright/Manual/Tutorial.pod |    2 +-
 lib/Shipwright/Test.pm             |    2 +-
 lib/Shipwright/Util.pm             |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit fbd21d3aa38db6664300b33615d0dc42a68c5e87
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Sep 19 10:48:18 2009 +0800

    typo fix

diff --git a/lib/Shipwright/Manual/Tutorial.pod b/lib/Shipwright/Manual/Tutorial.pod
index b00124d..8e44f10 100644
--- a/lib/Shipwright/Manual/Tutorial.pod
+++ b/lib/Shipwright/Manual/Tutorial.pod
@@ -33,7 +33,7 @@ Then we can initialize the repository of our Shipwright project:
     $ shipwright create -r svn:file:///tmp/svnrepo/foo
 
 If F<svn> executable is not under PATH then you can tell shipwright
-the location of it by setting enviroment variable "SHIPWRIGHT_SVN".
+the location of it by setting environment variable "SHIPWRIGHT_SVN".
 F<svnadmin> is assumed in the same directory as F<svn>.
 
 =head2 Don't repeat -r argument
diff --git a/lib/Shipwright/Test.pm b/lib/Shipwright/Test.pm
index eb4c62b..0ec0520 100644
--- a/lib/Shipwright/Test.pm
+++ b/lib/Shipwright/Test.pm
@@ -143,7 +143,7 @@ sub create_git_repo {
 
 =head2 create_svk_repo 
 
-create a repo for svk, will set $ENV{SVKROOT} accrodingly.
+create a repo for svk, will set $ENV{SVKROOT} accordingly.
 return $ENV{SVKROOT}
 
 =cut
diff --git a/lib/Shipwright/Util.pm b/lib/Shipwright/Util.pm
index c1b530e..af95484 100644
--- a/lib/Shipwright/Util.pm
+++ b/lib/Shipwright/Util.pm
@@ -121,7 +121,7 @@ sub select {
 =head3 find_module
 
 Takes perl modules name space and name of a module in the space.
-Finds and returns matching module name using case insensetive search, for
+Finds and returns matching module name using case insensitive search, for
 example:
 
     Shipwright::Util->find_module('Shipwright::Backend', 'svn');

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



More information about the Bps-public-commit mailing list