Fix a typo

This commit is contained in:
ridiculousfish 2015-09-27 17:33:00 -07:00
parent 11376ae25b
commit 71e38dec11

View file

@ -1027,7 +1027,7 @@ void wildcard_expander_t::expand(const wcstring &base_dir, const wchar_t *wc)
}
else
{
/* Not the last segment, nonempty wldcard */
/* Not the last segment, nonempty wildcard */
assert(next_slash != NULL);
const wchar_t *wc_remainder = next_slash;
while (*wc_remainder == L'/')