mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 16:51:15 -03:00
Fix spelling: s/circut/circuit/g
This commit is contained in:
2
exec.cpp
2
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);
|
||||
|
||||
Reference in New Issue
Block a user