1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] ftp-ls.c typo fix by Karl Eichwalder.

This commit is contained in:
hniksic 2001-06-03 06:26:41 -07:00
parent 7b7df3c236
commit e6742c2313
2 changed files with 5 additions and 1 deletions

View 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.

View 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);
}
}