Skip to content

Commit 0484682

Browse files
Jim Meyeringspearce
authored andcommitted
typo fix: Directory `...' exist, ...: s/exist/exists/
Signed-off-by: Jim Meyering <[email protected]> Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent c9486ae commit 0484682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-submodule.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module_clone()
9898
if test -d "$path"
9999
then
100100
rmdir "$path" 2>/dev/null ||
101-
die "Directory '$path' exist, but is neither empty nor a git repository"
101+
die "Directory '$path' exists, but is neither empty nor a git repository"
102102
fi
103103

104104
test -e "$path" &&

0 commit comments

Comments
 (0)