Skip to content

Commit

Permalink
typo fix: Directory `...' exist, ...: s/exist/exists/
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
  • Loading branch information
Jim Meyering authored and Shawn O. Pearce committed Sep 29, 2009
1 parent c9486ae commit 0484682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-submodule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" &&
Expand Down

0 comments on commit 0484682

Please sign in to comment.