Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Urlichs <smurf@smurf.noris.de>2005-10-11 16:18:01 +0400
committerMatthias Urlichs <smurf@smurf.noris.de>2005-10-11 16:18:01 +0400
commit16e685967d638fd50860fa24bd5f2d06ab4f8e96 (patch)
tree4d569d718b202161d7a498bb6cad9e3571fd3825 /git-svnimport.perl
parent8470b7f3a3cd5a70ff0b05486e335d351843890f (diff)
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-xgit-svnimport.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-svnimport.perl b/git-svnimport.perl
index f9318c85cd..821f51f105 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";