From: Matthias Urlichs Date: Tue, 11 Oct 2005 12:18:01 +0000 (+0200) Subject: svn import: typo fix X-Git-Tag: v0.99.9~112^2~6 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=16e685967d638fd50860fa24bd5f2d06ab4f8e96;p=git.git svn import: typo fix Fixed a minor typo Signed-Off-By: Matthias Urlichs --- diff --git a/git-svnimport.perl b/git-svnimport.perl index f9318c85c..821f51f10 100755 --- a/git-svnimport.perl +++ b/git-svnimport.perl @@ -26,7 +26,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 CVN:Core 1.2.1 or better" if $SVN::Core::VERSION lt "1.2.1"; $SIG{'PIPE'}="IGNORE"; $ENV{'TZ'}="UTC";