]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/template.c
Fix typo (STR #3252)
[thirdparty/cups.git] / 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;
              }