Code

typo fix: Directory `...' exist, ...: s/exist/exists/
authorJim Meyering <meyering@redhat.com>
Tue, 29 Sep 2009 05:42:25 +0000 (07:42 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 29 Sep 2009 15:30:13 +0000 (08:30 -0700)
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-submodule.sh

index bfbd36b6f45097feaec92f107690224fc81c09c6..0462e529d934750fb63a5a897f135d60ac674b5e 100755 (executable)
@@ -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" &&