summaryrefslogtreecommitdiff
path: root/scheduler/job.c
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2016-06-21 07:11:44 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2016-06-21 07:11:44 -0400
commitd48749331da414a3102bdbb5bc4b50f99ac02797 (patch)
tree6579d0fb21219e3c7d60703e28dead2bfe3be557 /scheduler/job.c
parentb2e6c325803d775cee5cf14aa63aed3fa7d1b673 (diff)
downloadcups-d48749331da414a3102bdbb5bc4b50f99ac02797.tar.gz
Fix some typos (MacmacOS, etc.) that slipped in due to inconsistent usage.
Diffstat (limited to 'scheduler/job.c')
-rw-r--r--scheduler/job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheduler/job.c b/scheduler/job.c
index 1ce21234a..e6434d974 100644
--- a/scheduler/job.c
+++ b/scheduler/job.c
@@ -3206,7 +3206,7 @@ finalize_job(cupsd_job_t *job, /* I - Job */
/*
* Convert the status to an exit code. Due to the way the W* macros are
- * implemented on MacmacOS (bug?), we have to store the exit status in a
+ * implemented on macOS (bug?), we have to store the exit status in a
* variable first and then convert...
*/