From: Michael R Sweet Date: Tue, 8 Nov 2016 14:34:44 +0000 (-0500) Subject: Fix typo. X-Git-Tag: v2.2.2~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22ae2896ddca28738e8d710a608f48b2767456b3;p=thirdparty%2Fcups.git Fix typo. --- diff --git a/filter/rastertopwg.c b/filter/rastertopwg.c index f478ac5807..66c1512c72 100644 --- a/filter/rastertopwg.c +++ b/filter/rastertopwg.c @@ -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 */