Skip to content

Commit bbbb6b0

Browse files
newrengitster
authored andcommitted
dir: fix typo in comment
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 7541cc5 commit bbbb6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ static size_t common_prefix_len(const struct pathspec *pathspec)
139139
* ":(icase)path" is treated as a pathspec full of
140140
* wildcard. In other words, only prefix is considered common
141141
* 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
143143
* in non-:(icase).
144144
*/
145145
GUARD_PATHSPEC(pathspec,

0 commit comments

Comments
 (0)