]> granicus.if.org Git - curl/commitdiff
Fixed typo in error message.
authorDan Fandrich <dan@coneharvesters.com>
Thu, 20 Sep 2007 00:37:08 +0000 (00:37 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 20 Sep 2007 00:37:08 +0000 (00:37 +0000)
src/urlglob.c

index 97b73f28a3f232c6a2061664380886bbb14bff53..73b02c6bd9f94ea1375e71bd4da22f509a19a3e5 100644 (file)
@@ -186,7 +186,7 @@ static GlobCode glob_range(URLGlob *glob, char *pattern,
     if ((rc < 3) || (min_c >= max_c) || ((max_c - min_c) > ('z' - 'a'))) {
       /* the pattern is not well-formed */
       snprintf(glob->errormsg, sizeof(glob->errormsg),
-               "errpr: bad range specification after pos %d\n", pos);
+               "error: bad range specification after pos %d\n", pos);
       return GLOB_ERROR;
     }