aboutsummaryrefslogtreecommitdiffhomepage
path: root/exec.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 /exec.cpp
parent2ea1c2be92366f744b416f6af7534de095d21e9c (diff)
Fix spelling: s/circut/circuit/g
Diffstat (limited to 'exec.cpp')
-rw-r--r--exec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec.cpp b/exec.cpp
index e4dd5f61..2704db68 100644
--- a/exec.cpp
+++ b/exec.cpp
@@ -1165,7 +1165,7 @@ void exec(parser_t &parser, job_t *j)
p->completed=1;
if (p->next == 0)
{
- debug(3, L"Set status of %ls to %d using short circut", j->command_wcstr(), p->status);
+ debug(3, L"Set status of %ls to %d using short circuit", j->command_wcstr(), p->status);
int status = p->status;
proc_set_last_status(job_get_flag(j, JOB_NEGATE)?(!status):status);