aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/urlglob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlglob.c b/src/urlglob.c
index 97b73f28a..73b02c6bd 100644
--- a/src/urlglob.c
+++ b/src/urlglob.c
@@ -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;
}