From: msweet Date: Wed, 5 Mar 2014 20:03:29 +0000 (+0000) Subject: Fix typo (STR #3252) X-Git-Tag: v2.2b1~715 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6daf3636695692cab4b8fef4d10bd2ecfbab576b;p=thirdparty%2Fcups.git Fix typo (STR #3252) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11685 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/cgi-bin/template.c b/cgi-bin/template.c index faa5d598d0..a606844a68 100644 --- a/cgi-bin/template.c +++ b/cgi-bin/template.c @@ -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; }