1
0
mirror of https://github.com/git/git synced 2024-07-07 19:39:27 +00:00

typo fix: Directory `...' exist, ...: s/exist/exists/

Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Jim Meyering 2009-09-29 07:42:25 +02:00 committed by Shawn O. Pearce
parent c9486ae847
commit 0484682ef3

View File

@ -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" &&