Browse Source

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

Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
maint
Jim Meyering 16 years ago committed by Shawn O. Pearce
parent
commit
0484682ef3
  1. 2
      git-submodule.sh

2
git-submodule.sh

@ -98,7 +98,7 @@ module_clone() @@ -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…
Cancel
Save