mirror of
https://github.com/git/git.git
synced 2024-11-20 11:24:02 +01: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:
parent
c9486ae847
commit
0484682ef3
@ -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" &&
|
||||
|
Loading…
Reference in New Issue
Block a user