aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.h
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.h
parent2ea1c2be92366f744b416f6af7534de095d21e9c (diff)
Fix spelling: s/circut/circuit/g
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.h b/proc.h
index 3213f6f7..a97ccbd9 100644
--- a/proc.h
+++ b/proc.h
@@ -252,7 +252,7 @@ enum
/** This flag is set to one on wildcard expansion errors. It means that the current command should not be executed */
JOB_WILDCARD_ERROR = 1 << 6,
- /** Skip executing this job. This flag is set by the short-circut builtins, i.e. and and or */
+ /** Skip executing this job. This flag is set by the short-circuit builtins, i.e. and and or */
JOB_SKIP = 1 << 7,
/** Whether the job is under job control */