dir: fix typo in comment
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Elijah Newren committed
Sep 17, 2019 at 09:34 UTC
bbbb6b0b898d0a03175a902524fb3a371fbd5b3f
1 file changed
+1
-1
dir.c
+1
-1
@@ -139,7 +139,7 @@ static size_t common_prefix_len(const struct pathspec *pathspec)
139
* ":(icase)path" is treated as a pathspec full of
140
* wildcard. In other words, only prefix is considered common
141
* prefix. If the pathspec is abc/foo abc/bar, running in
142
- * subdir xyz, the common prefix is still xyz, not xuz/abc as
142
+ * subdir xyz, the common prefix is still xyz, not xyz/abc as
143
* in non-:(icase).
144
*/
145
GUARD_PATHSPEC(pathspec,