summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>2013-03-20 12:09:48 +0000
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>2013-03-20 12:09:48 +0000
commit326b7233cf61fc9e5b3202920e28eea7cfd9307d (patch)
treeb7c8de2a798330c8f48679373bd665af816692ad
parentbf3b854a10476b2d2cc22c5a5341642859f4d40c (diff)
downloadcups-326b7233cf61fc9e5b3202920e28eea7cfd9307d.tar.gz
Fix misspelling in header file.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10920 7a7537e8-13f0-0310-91df-b6672ffda945
-rw-r--r--cups/ipp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cups/ipp.h b/cups/ipp.h
index 58dba597c..43a0543b8 100644
--- a/cups/ipp.h
+++ b/cups/ipp.h
@@ -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 */