diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-06-25 12:56:59 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-06-25 11:09:35 -0700 |
commit | 4c8a9db6f7dd9e10b5ce9bfbcd5faa82a8c86ce3 (patch) | |
tree | 4128f824c760d8a161cb8f3b9c02d06158be4af9 /git-submodule.sh | |
parent | 70969f775d28d7d7dc1f0688f71741f6260d442b (diff) | |
download | git-4c8a9db6f7dd9e10b5ce9bfbcd5faa82a8c86ce3.tar.gz |
git-submodule.sh: fix filename in comment.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-submodule.sh')
-rwxr-xr-x | git-submodule.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-submodule.sh b/git-submodule.sh index 5c61ae2b43..fbf2fafaaf 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# git-submodules.sh: add, init, update or list git submodules +# git-submodule.sh: add, init, update or list git submodules # # Copyright (c) 2007 Lars Hjemli |