From: Michał Górny Date: Mon, 25 Jun 2012 10:56:59 +0000 (+0200) Subject: git-submodule.sh: fix filename in comment. X-Git-Tag: v1.7.11.2~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4c8a9db6f7dd9e10b5ce9bfbcd5faa82a8c86ce3;p=git.git git-submodule.sh: fix filename in comment. Signed-off-by: Michał Górny Signed-off-by: Junio C Hamano --- diff --git a/git-submodule.sh b/git-submodule.sh index 5c61ae2b4..fbf2fafaa 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