]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix typo.
authorMichael R Sweet <michaelrsweet@gmail.com>
Tue, 8 Nov 2016 14:34:44 +0000 (09:34 -0500)
committerMichael R Sweet <michaelrsweet@gmail.com>
Tue, 8 Nov 2016 14:34:44 +0000 (09:34 -0500)
filter/rastertopwg.c

index f478ac5807ac20d2ca4e5dab0e0d5308f67f3a84..66c1512c72d21373ddfadb437d0f6589e4a9f5df 100644 (file)
@@ -48,7 +48,7 @@ main(int  argc,                               /* I - Number of command-line args */
                        lineoffset;     /* Offset into line */
   unsigned char                white;          /* White pixel */
   ppd_file_t           *ppd;           /* PPD file */
-  ppd_attr_t           *back;          /* cupsBackSize attribute */
+  ppd_attr_t           *back;          /* cupsBackSide attribute */
   _ppd_cache_t         *cache;         /* PPD cache */
   pwg_size_t           *pwg_size;      /* PWG media size */
   pwg_media_t          *pwg_media;     /* PWG media name */