mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-24 14:01:15 -03:00
Fix spelling: s/circut/circuit/g
This commit is contained in:
@@ -1655,7 +1655,7 @@ int expand_string(const wcstring &input, std::vector<completion_t> &output, expa
|
||||
/*
|
||||
If process expansion matches, we are not
|
||||
interested in other completions, so we
|
||||
short-circut and return
|
||||
short-circuit and return
|
||||
*/
|
||||
if (!(flags & EXPAND_SKIP_PROCESS))
|
||||
expand_pid(next, flags, output);
|
||||
|
||||
Reference in New Issue
Block a user