aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.cpp
diff options
context:
space:
mode:
authorGravatar Cheer Xiao <xiaqqaix@gmail.com>2013-01-24 19:17:55 +0800
committerGravatar Cheer Xiao <xiaqqaix@gmail.com>2013-01-24 19:20:06 +0800
commit8f045b9ec580b95cf133c9d720b5f65c2499f924 (patch)
treec6d5dac44f2781b4ec5cc95c29fa9fea7b7138af /expand.cpp
parent2ea1c2be92366f744b416f6af7534de095d21e9c (diff)
Fix spelling: s/circut/circuit/g
Diffstat (limited to 'expand.cpp')
-rw-r--r--expand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/expand.cpp b/expand.cpp
index c2095f37..4bdb563b 100644
--- a/expand.cpp
+++ b/expand.cpp
@@ -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);