mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
Fix a typo
This commit is contained in:
parent
11376ae25b
commit
71e38dec11
1 changed files with 1 additions and 1 deletions
|
@ -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'/')
|
||||
|
|
Loading…
Reference in a new issue