diff options
author | Matthias Urlichs <smurf@smurf.noris.de> | 2005-10-11 14:18:01 +0200 |
---|---|---|
committer | Matthias Urlichs <smurf@smurf.noris.de> | 2005-10-11 14:18:01 +0200 |
commit | 16e685967d638fd50860fa24bd5f2d06ab4f8e96 (patch) | |
tree | 4d569d718b202161d7a498bb6cad9e3571fd3825 /git-svnimport.perl | |
parent | 8470b7f3a3cd5a70ff0b05486e335d351843890f (diff) | |
download | git-16e685967d638fd50860fa24bd5f2d06ab4f8e96.tar.gz git-16e685967d638fd50860fa24bd5f2d06ab4f8e96.tar.xz |
svn import: typo fix
Fixed a minor typo
Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
Diffstat (limited to 'git-svnimport.perl')
-rwxr-xr-x | git-svnimport.perl | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |