[svk-commit] r2881 - in trunk: lib/SVK/Command t/bm
nobody at bestpractical.com
nobody at bestpractical.com
Fri May 16 23:00:03 EDT 2008
Author: jesse
Date: Fri May 16 23:00:03 2008
New Revision: 2881
Modified:
trunk/ (props changed)
trunk/lib/SVK/Command/Branch.pm
trunk/t/bm/create-nocheckout.t
Log:
r31146 at dhcp113: jesse | 2008-05-17 11:59:48 +0900
s/chekout/checkout/g
Modified: trunk/lib/SVK/Command/Branch.pm
==============================================================================
--- trunk/lib/SVK/Command/Branch.pm (original)
+++ trunk/lib/SVK/Command/Branch.pm Fri May 16 23:00:03 2008
@@ -239,7 +239,7 @@
};
if ($@) {
$logger->info( "I can't figure out what project you'd like to create a branch in. Please");
- $logger->info("either run '$0 branch --create' from within an existing chekout or specify");
+ $logger->info("either run '$0 branch --create' from within an existing checkout or specify");
$logger->info("a project root using the --project flag");
die $@;
}
Modified: trunk/t/bm/create-nocheckout.t
==============================================================================
--- trunk/t/bm/create-nocheckout.t (original)
+++ trunk/t/bm/create-nocheckout.t Fri May 16 23:00:03 2008
@@ -21,7 +21,7 @@
is_output ($svk, 'branch', ['--create', 'feature/foo'],
["I can't figure out what project you'd like to create a branch in. Please",
- "either run '$0 branch --create' from within an existing chekout or specify",
+ "either run '$0 branch --create' from within an existing checkout or specify",
"a project root using the --project flag",
qr/path \S+ is not a checkout path./]);
More information about the svk-commit
mailing list