summaryrefslogtreecommitdiff
path: root/cups/dest-job.c
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-06-08 19:59:02 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-06-08 19:59:02 -0400
commit98d88c8d4796d2adc7b0afeb99ae8f34eae42e63 (patch)
tree625085a1f9c9e88bef87d2ba9dbe9ff8da483d90 /cups/dest-job.c
parent0668b48c105b66e84e8513a3a972471b65f1302c (diff)
downloadcups-98d88c8d4796d2adc7b0afeb99ae8f34eae42e63.tar.gz
Save work on documentation.
Diffstat (limited to 'cups/dest-job.c')
-rw-r--r--cups/dest-job.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cups/dest-job.c b/cups/dest-job.c
index 9fc0bdb9a..f12b1dc58 100644
--- a/cups/dest-job.c
+++ b/cups/dest-job.c
@@ -25,13 +25,13 @@
* The "job_id" is the number returned by cupsCreateDestJob.
*
* Returns @code IPP_STATUS_OK@ on success and
- * @code IPP_STATUS_ERRPR_NOT_AUTHORIZED@ or
+ * @code IPP_STATUS_ERROR_NOT_AUTHORIZED@ or
* @code IPP_STATUS_ERROR_FORBIDDEN@ on failure.
*
* @since CUPS 1.6/macOS 10.8@
*/
-ipp_status_t
+ipp_status_t /* O - Status of cancel operation */
cupsCancelDestJob(http_t *http, /* I - Connection to destination */
cups_dest_t *dest, /* I - Destination */
int job_id) /* I - Job ID */