From: Elijah Newren Date: Wed, 1 Apr 2020 04:17:37 +0000 (+0000) Subject: dir: fix simple typo in comment X-Git-Tag: v2.27.0-rc0~67^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=446f46d8c7ea3b91f7afe4c5a46b5cd20cc40196;p=thirdparty%2Fgit.git dir: fix simple typo in comment Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- diff --git a/dir.c b/dir.c index b460211e61..b505ba747b 100644 --- a/dir.c +++ b/dir.c @@ -2174,7 +2174,7 @@ static void add_path_to_appropriate_result_list(struct dir_struct *dir, * If 'stop_at_first_file' is specified, 'path_excluded' is returned * to signal that a file was found. This is the least significant value that * indicates that a file was encountered that does not depend on the order of - * whether an untracked or exluded path was encountered first. + * whether an untracked or excluded path was encountered first. * * Returns the most significant path_treatment value encountered in the scan. * If 'stop_at_first_file' is specified, `path_excluded` is the most