]> sjero.net Git - wget/commitdiff
[svn] Undo Jan's typo fix.
authorhniksic <devnull@localhost>
Sat, 25 Nov 2000 11:51:14 +0000 (03:51 -0800)
committerhniksic <devnull@localhost>
Sat, 25 Nov 2000 11:51:14 +0000 (03:51 -0800)
src/ChangeLog
src/ftp.c

index 12ed71a56dd915265808d66d45a14464bc9f0b5d..6ce845debf336e3ba6a94507f92254ac4741e206 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * ftp.c (ftp_retrieve_list): Undo typo "fix" until resolution by
+       Dan.
+
 2000-11-24  Karl Eichwalder  <ke@suse.de>
 
        * main.c (print_help): Untabify.
index fd25d3b5a787437c19b03e7ce69f2f8543e7430f..46677d6b5be5382ce28c67b00d74eee1a4f97aa5 100644 (file)
--- a/src/ftp.c
+++ b/src/ftp.c
@@ -1285,7 +1285,7 @@ ftp_retrieve_list (struct urlinfo *u, struct fileinfo *f, ccon *con)
              if (local_size == f->size && tml >= f->tstamp)
                {
                  logprintf (LOG_VERBOSE, _("\
-Server file not newer than local file `%s' -- not retrieving.\n\n"), u->local);
+Server file no newer than local file `%s' -- not retrieving.\n\n"), u->local);
                  dlthis = 0;
                }
              else if (local_size != f->size)