]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix misspelling in header file.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 20 Mar 2013 12:09:48 +0000 (12:09 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 20 Mar 2013 12:09:48 +0000 (12:09 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10920 7a7537e8-13f0-0310-91df-b6672ffda945

cups/ipp.h

index 58dba597c5a04663d40398bb66e3b7afd775348a..43a0543b80559c675ea3cdd055be8fa09a485024 100644 (file)
@@ -102,7 +102,7 @@ typedef enum ipp_finishings_e               /**** Finishings ****/
   IPP_FINISHINGS_TRIM,                 /* Trim (any type) */
   IPP_FINISHINGS_BALE,                 /* Bale (any type) */
   IPP_FINISHINGS_BOOKLET_MAKER,                /* Fold to make booklet */
-  IPP_FINISHINGS_JOB_OFFSET,           /* Offset for binding (any type) */
+  IPP_FINISHINGS_JOG_OFFSET,           /* Offset for binding (any type) */
   IPP_FINISHINGS_STAPLE_TOP_LEFT = 20, /* Staple top left corner */
   IPP_FINISHINGS_STAPLE_BOTTOM_LEFT,   /* Staple bottom left corner */
   IPP_FINISHINGS_STAPLE_TOP_RIGHT,     /* Staple top right corner */
@@ -160,6 +160,8 @@ typedef enum ipp_finishings_e               /**** Finishings ****/
   IPP_FINISHINGS_CUPS_FOLD_Z           /* Fold the paper vertically into three sections, forming a Z */
 } ipp_finishings_t;
 #  ifndef _CUPS_NO_DEPRECATED
+#    define IPP_FINISHINGS_JOB_OFFSET  IPP_FINISHINGS_JOG_OFFSET
+                                       /* Long-time misspelling... */
 typedef enum ipp_finishings_e ipp_finish_t;
 #  endif /* !_CUPS_NO_DEPRECATED */