git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] typo fix: Directory `...' exist, ...: s/exist/exists/
@ 2009-09-29  5:43 Jim Meyering
  0 siblings, 0 replies; only message in thread
From: Jim Meyering @ 2009-09-29  5:43 UTC (permalink / raw)
  To: git list

Using next, I saw this:

    Directory 'gnulib' exist, but is neither empty nor a git repository


>From 438a7c3a41f0e829779cccd901cf894300b6683e Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering@redhat.com>
Date: Tue, 29 Sep 2009 07:42:25 +0200
Subject: [PATCH] typo fix: Directory `...' exist, ...: s/exist/exists/


Signed-off-by: Jim Meyering <meyering@redhat.com>
---
 git-submodule.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-submodule.sh b/git-submodule.sh
index bfbd36b..0462e52 100755
--- a/git-submodule.sh
+++ b/git-submodule.sh
@@ -98,7 +98,7 @@ module_clone()
 	if test -d "$path"
 	then
 		rmdir "$path" 2>/dev/null ||
-		die "Directory '$path' exist, but is neither empty nor a git repository"
+		die "Directory '$path' exists, but is neither empty nor a git repository"
 	fi

 	test -e "$path" &&
--
1.6.5.rc2.177.ga9dd6

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

only message in thread, other threads:[~2009-09-29  5:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-29  5:43 [PATCH] typo fix: Directory `...' exist, ...: s/exist/exists/ Jim Meyering

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).