]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror 1.1.x change.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 20 Aug 2003 14:29:31 +0000 (14:29 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 20 Aug 2003 14:29:31 +0000 (14:29 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3869 7a7537e8-13f0-0310-91df-b6672ffda945

cups/ppd.c

index 16401464a49270272ba4660232c54d7e0bfe4b0d..3887ce24cf2feac500560a814baed4fcf87f1eaf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: ppd.c,v 1.51.2.58 2003/08/02 01:04:17 mike Exp $"
+ * "$Id: ppd.c,v 1.51.2.59 2003/08/20 14:29:31 mike Exp $"
  *
  *   PPD file routines for the Common UNIX Printing System (CUPS).
  *
@@ -327,7 +327,7 @@ ppdErrorString(ppd_status_t status) /* I - PPD status */
                  "Bad OpenGroup",
                  "OpenGroup without a CloseGroup first",
                  "Bad OpenUI/JCLOpenUI",
-                 "OpenUI/JCLOpenUI without a CloseUI/JCLCLoseUI first",
+                 "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first",
                  "Bad OrderDependency",
                  "Bad UIConstraints",
                  "Missing asterisk in column 1",
@@ -3007,5 +3007,5 @@ ppd_read(FILE *fp,                        /* I - File to read from */
 
 
 /*
- * End of "$Id: ppd.c,v 1.51.2.58 2003/08/02 01:04:17 mike Exp $".
+ * End of "$Id: ppd.c,v 1.51.2.59 2003/08/20 14:29:31 mike Exp $".
  */