Fix typos / spelling in comments

Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Mike Ralphson
2009-04-17 19:13:30 +01:00
committed by Junio C Hamano
parent bad542f0b1
commit 3ea3c215c0
20 changed files with 27 additions and 27 deletions

View File

@ -512,7 +512,7 @@ int cmd_ls_files(int argc, const char **argv, const char *prefix)
pathspec = get_pathspec(prefix, argv);
/* be nice with submodule patsh ending in a slash */
/* be nice with submodule paths ending in a slash */
read_cache();
if (pathspec)
strip_trailing_slash_from_submodules();