We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7541cc5 commit bbbb6b0Copy full SHA for bbbb6b0
dir.c
@@ -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
+ * subdir xyz, the common prefix is still xyz, not xyz/abc as
143
* in non-:(icase).
144
*/
145
GUARD_PATHSPEC(pathspec,
0 commit comments