summaryrefslogtreecommitdiff
path: root/cups
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-09-05 18:15:51 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-09-05 18:15:51 -0400
commit3ba95ec48d785979ccfe90516d8fb4567ab81fe0 (patch)
tree4ba9779bc2aad5246dda7ff17e9ed93cb043612e /cups
parentf8688d733bc1ecf86e5b7af7c40b758c0c9c4f28 (diff)
downloadcups-3ba95ec48d785979ccfe90516d8fb4567ab81fe0.tar.gz
Fix typos in comments.
Diffstat (limited to 'cups')
-rw-r--r--cups/ipp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cups/ipp.h b/cups/ipp.h
index 1f2fd8edf..b7412a40c 100644
--- a/cups/ipp.h
+++ b/cups/ipp.h
@@ -145,10 +145,10 @@ typedef enum ipp_finishings_e /**** Finishings values ****/
IPP_FINISHINGS_PUNCH_QUAD_TOP, /* Punch 4 holes top edge */
IPP_FINISHINGS_PUNCH_QUAD_RIGHT, /* Punch 4 holes right side */
IPP_FINISHINGS_PUNCH_QUAD_BOTTOM, /* Punch 4 holes bottom edge */
- IPP_FINISHINGS_PUNCH_MULTIPLE_LEFT, /* Pucnh multiple holes left side */
- IPP_FINISHINGS_PUNCH_MULTIPLE_TOP, /* Pucnh multiple holes top edge */
- IPP_FINISHINGS_PUNCH_MULTIPLE_RIGHT, /* Pucnh multiple holes right side */
- IPP_FINISHINGS_PUNCH_MULTIPLE_BOTTOM, /* Pucnh multiple holes bottom edge */
+ IPP_FINISHINGS_PUNCH_MULTIPLE_LEFT, /* Punch multiple holes left side */
+ IPP_FINISHINGS_PUNCH_MULTIPLE_TOP, /* Punch multiple holes top edge */
+ IPP_FINISHINGS_PUNCH_MULTIPLE_RIGHT, /* Punch multiple holes right side */
+ IPP_FINISHINGS_PUNCH_MULTIPLE_BOTTOM, /* Punch multiple holes bottom edge */
IPP_FINISHINGS_FOLD_ACCORDION = 90, /* Accordion-fold the paper vertically into four sections */
IPP_FINISHINGS_FOLD_DOUBLE_GATE, /* Fold the top and bottom quarters of the paper towards the midline, then fold in half vertically */
IPP_FINISHINGS_FOLD_GATE, /* Fold the top and bottom quarters of the paper towards the midline */