From: Junio C Hamano Date: Sat, 5 Nov 2005 07:30:12 +0000 (-0800) Subject: Fix a couple of obvious and insignificant typo. X-Git-Tag: v0.99.9g^2~2^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=f3ad062560bfd4a2983122de93d08f43ea66e7cf;p=git.git Fix a couple of obvious and insignificant typo. Signed-off-by: Junio C Hamano --- diff --git a/git-svnimport.perl b/git-svnimport.perl index ab690f36..cb9afb95 100755 --- a/git-svnimport.perl +++ b/git-svnimport.perl @@ -25,7 +25,7 @@ use IPC::Open2; use SVN::Core; use SVN::Ra; -die "Need CVN:Core 1.2.1 or better" if $SVN::Core::VERSION lt "1.2.1"; +die "Need SVN:Core 1.2.1 or better" if $SVN::Core::VERSION lt "1.2.1"; $SIG{'PIPE'}="IGNORE"; $ENV{'TZ'}="UTC"; @@ -34,7 +34,7 @@ our($opt_h,$opt_o,$opt_v,$opt_u,$opt_C,$opt_i,$opt_m,$opt_M,$opt_t,$opt_T,$opt_b sub usage() { print STDERR <