]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix typo (STR #3252)
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 5 Mar 2014 20:03:29 +0000 (20:03 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 5 Mar 2014 20:03:29 +0000 (20:03 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11685 a1ca3aef-8c08-0410-bb20-df032aa958be

cgi-bin/template.c

index faa5d598d0bff8dd8b5064e0d1b8e6c0f39a1dde..a606844a687380fe8b927242ae03fd374c5ca56f 100644 (file)
@@ -542,7 +542,7 @@ cgi_copy(FILE *out,                 /* I - Output file */
              if (regcomp(&re, compare, REG_EXTENDED | REG_ICASE))
              {
                fprintf(stderr,
-                       "ERROR: Unable to compile regular expresion \"%s\"!\n",
+                       "ERROR: Unable to compile regular expression \"%s\"!\n",
                        compare);
                result = 0;
              }