Fix spelling: s/circut/circuit/g

This commit is contained in:
Cheer Xiao
2013-01-24 19:17:55 +08:00
parent 2ea1c2be92
commit 8f045b9ec5
5 changed files with 5 additions and 5 deletions

View File

@@ -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);