--- code/trunk/pcretest.c 2007/11/19 10:09:04 273 +++ code/trunk/pcretest.c 2007/11/20 10:05:23 274 @@ -1098,7 +1098,7 @@ if (isalnum(delimiter) || delimiter == '\\') { - fprintf(outfile, "** Delimiter must not be alphameric or \\\n"); + fprintf(outfile, "** Delimiter must not be alphanumeric or \\\n"); goto SKIP_DATA; }