diff options
Diffstat (limited to '')
-rw-r--r-- | common/t-http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/t-http.c b/common/t-http.c index d4c974dc1..9872f9a74 100644 --- a/common/t-http.c +++ b/common/t-http.c @@ -226,7 +226,7 @@ main (int argc, char **argv) } if (argc != 1) { - fprintf (stderr, PGM ": no or roo many URLS given\n"); + fprintf (stderr, PGM ": no or too many URLS given\n"); exit (1); } |