summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8470b7f)
raw | patch | inline | side by side (parent: 8470b7f)
author | Matthias Urlichs <smurf@smurf.noris.de> | |
Tue, 11 Oct 2005 12:18:01 +0000 (14:18 +0200) | ||
committer | Matthias Urlichs <smurf@smurf.noris.de> | |
Tue, 11 Oct 2005 12:18:01 +0000 (14:18 +0200) |
Fixed a minor typo
Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
git-svnimport.perl | patch | blob | history |
diff --git a/git-svnimport.perl b/git-svnimport.perl
index f9318c85cde0fd574285d1266998904574fb6e4d..821f51f105903c5241dcf8a55092dc6ed3fc76b3 100755 (executable)
--- a/git-svnimport.perl
+++ b/git-svnimport.perl
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";