From 8f510bef13e6b0c342a49ee90220d568e56a15d7 Mon Sep 17 00:00:00 2001 From: Frederik Schwarzer Date: Mon, 14 Jul 2008 18:30:24 +0200 Subject: [PATCH] git-svn: typofix Signed-off-by: Frederik Schwarzer Signed-off-by: Junio C Hamano --- git-svn.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-svn.perl b/git-svn.perl index 0aa994a43..3750e47c2 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -4650,7 +4650,7 @@ sub migrate_from_v1 { mkpath([$svn_dir]); print STDERR "Data from a previous version of git-svn exists, but\n\t", "$svn_dir\n\t(required for this version ", - "($::VERSION) of git-svn) does not. exist\n"; + "($::VERSION) of git-svn) does not exist.\n"; my ($fh, $ctx) = command_output_pipe(qw/rev-parse --symbolic --all/); while (<$fh>) { my $x = $_; -- 2.30.2