public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH] typo
@ 2008-07-14 16:30 Frederik Schwarzer
  0 siblings, 0 replies; only message in thread
From: Frederik Schwarzer @ 2008-07-14 16:30 UTC (permalink / raw)
  To: git; +Cc: gitster

>From ffa0baf13d033b3dc6b49e86ed3de9fb3003ec4e Mon Sep 17 00:00:00 2001
From: Frederik Schwarzer <schwarzerf@gmail•com>
Date: Mon, 14 Jul 2008 18:22:52 +0200
Subject: [PATCH] typo

full stop in the middle of the sentence

Signed-off-by: Frederik Schwarzer <schwarzerf@gmail•com>
---
 git-svn.perl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-svn.perl b/git-svn.perl
index a366c89..8478ca6 100755
--- a/git-svn.perl
+++ b/git-svn.perl
@@ -4619,7 +4619,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 = $_;
-- 
1.5.6.2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-14 16:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-14 16:30 [PATCH] typo Frederik Schwarzer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox