X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=ls-files.c;h=cd87430127ee01a473695e21dea4c5d36ed99c46;hb=50b4e0c178777a27164eb67676593255a9cbd035;hp=5e9ac712af069e773fd7dd562706384b45683753;hpb=9a84074d08e2e816a3310eb34ac69b584faf817b;p=git.git diff --git a/ls-files.c b/ls-files.c index 5e9ac712..cd874301 100644 --- a/ls-files.c +++ b/ls-files.c @@ -169,7 +169,7 @@ static int excluded_1(const char *pathname, } else { /* match with FNM_PATHNAME: - * exclude has base (baselen long) inplicitly + * exclude has base (baselen long) implicitly * in front of it. */ int baselen = x->baselen;