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

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