]> sjero.net Git - wget/blobdiff - src/iri.c
Test for Content-Disposition in HTTP auth.
[wget] / src / iri.c
index 45650c85e131ed81e218a9d0e60242e467624ed1..4f6d866fb2483666d34868601735dac0a22c6b55 100644 (file)
--- a/src/iri.c
+++ b/src/iri.c
@@ -1,5 +1,5 @@
 /* IRI related functions.
-   Copyright (C) 2008 Free Software Foundation, Inc.
+   Copyright (C) 2008, 2009 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -180,7 +180,7 @@ do_conversion (iconv_t cd, char *in, size_t inlen, char **out)
         {
           if (!invalid)
             logprintf (LOG_VERBOSE,
-                      _("Incomplete or invalide multibyte sequence encountered\n"));
+                      _("Incomplete or invalid multibyte sequence encountered\n"));
 
           invalid++;
           **out = *in;