]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
libcupsfilters: Corrected log typo in imagetoraster()
authorTill Kamppeter <till.kamppeter@gmail.com>
Thu, 17 Mar 2022 09:42:30 +0000 (10:42 +0100)
committerTill Kamppeter <till.kamppeter@gmail.com>
Thu, 17 Mar 2022 09:42:30 +0000 (10:42 +0100)
cupsfilters/imagetoraster.c

index f1fd81a52bb60323d94eefa87b88f05df2657b64..3d6709765ef3cacb6d6aad86864ee129b17e1424 100644 (file)
@@ -291,7 +291,7 @@ imagetoraster(int inputfd,         /* I - File descriptor input stream */
     outformat = OUTPUT_FORMAT_CUPS_RASTER;
 
   if (log) log(ld, FILTER_LOGLEVEL_DEBUG,
-              "imagetorater: Final output format: %s",
+              "imagetoraster: Final output format: %s",
               (outformat == OUTPUT_FORMAT_CUPS_RASTER ? "CUPS Raster" :
                (outformat == OUTPUT_FORMAT_PWG_RASTER ? "PWG Raster" :
                 (outformat == OUTPUT_FORMAT_APPLE_RASTER ? "Apple Raster" :