aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.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 /proc.cpp
parent2ea1c2be92366f744b416f6af7534de095d21e9c (diff)
Fix spelling: s/circut/circuit/g
Diffstat (limited to 'proc.cpp')
-rw-r--r--proc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.cpp b/proc.cpp
index 7f1b86a9..1ed63b5e 100644
--- a/proc.cpp
+++ b/proc.cpp
@@ -1188,7 +1188,7 @@ void job_continue(job_t *j, int cont)
{
/*
Mark process status only if we are in the foreground
- and the last process in a pipe, and it is not a short circuted builtin
+ and the last process in a pipe, and it is not a short circuited builtin
*/
if (p->pid)
{