]> sjero.net Git - wget/commitdiff
[svn] ftp-ls.c typo fix by Karl Eichwalder.
authorhniksic <devnull@localhost>
Sun, 3 Jun 2001 13:26:41 +0000 (06:26 -0700)
committerhniksic <devnull@localhost>
Sun, 3 Jun 2001 13:26:41 +0000 (06:26 -0700)
src/ChangeLog
src/ftp-ls.c

index 67d5a9492feea04a9430a4cd897fa06feb626aa0..d382d2b5b1fd1a05006d9a77b20d162f43a0bcc3 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-03  Karl Eichwalder  <ke@suse.de>
+
+       * ftp-ls.c (ftp_parse_ls): Fix typo.
+
 2001-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * all: Update copyright information.
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);
     }
 }