summaryrefslogtreecommitdiff
path: root/cgi-bin
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-03-05 20:03:29 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-03-05 20:03:29 +0000
commit6daf3636695692cab4b8fef4d10bd2ecfbab576b (patch)
tree5b83f41fe6a206c91667cfa4b4a2b88858d13ab1 /cgi-bin
parent9ee955fecb80fe0e47a6d1785aa0bdb7d5beb515 (diff)
downloadcups-6daf3636695692cab4b8fef4d10bd2ecfbab576b.tar.gz
Fix typo (STR #3252)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11685 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cgi-bin')
-rw-r--r--cgi-bin/template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/template.c b/cgi-bin/template.c
index faa5d598d..a606844a6 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;
}