]> sjero.net Git - wget/blobdiff - src/ftp-ls.c
[svn] ftp-ls.c typo fix by Karl Eichwalder.
[wget] / src / ftp-ls.c
index 19ce6a8b33cf6dd759a6c7b2af030e3e656d60a1..d7e00ea7bb4a1e9d5d40244824e186bedf0dda8d 100644 (file)
@@ -785,7 +785,7 @@ ftp_parse_ls (const char *file, const enum stype system_type)
       return ftp_parse_unix_ls (file, TRUE);
     default:
       logprintf (LOG_NOTQUIET, _("\
-Usupported listing type, trying Unix listing parser.\n"));
+Unsupported listing type, trying Unix listing parser.\n"));
       return ftp_parse_unix_ls (file, FALSE);
     }
 }