From 16e685967d638fd50860fa24bd5f2d06ab4f8e96 Mon Sep 17 00:00:00 2001 From: Matthias Urlichs Date: Tue, 11 Oct 2005 14:18:01 +0200 Subject: [PATCH] svn import: typo fix Fixed a minor typo Signed-Off-By: Matthias Urlichs --- git-svnimport.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.11.0