]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Typo in comment.
authorBruno Haible <bruno@clisp.org>
Mon, 17 Jan 2005 11:31:08 +0000 (11:31 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:05 +0000 (12:12 +0200)
gettext-tools/src/urlget.c

index 0cdcef445bdaf2e8afb2cd12ba618b6b450b6879..c30660fdde6177b58e928e24b49e8de0a61cc0b7 100644 (file)
@@ -1,5 +1,5 @@
 /* Get the contents of an URL.
-   Copyright (C) 2001-2003 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2005 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -58,7 +58,7 @@
    toolkits are Java (class java.net.URL), Qt (classes QUrl and QUrlOperator).
    We use the Java toolkit.
    Note that this program doesn't handle redirection pages; programs which
-   which to process HTML redirection tags need to include a HTML parser,
+   wish to process HTML redirection tags need to include a HTML parser,
    and only full-fledged browsers like w3m, lynx, links have have both
    an URL fetcher (which covers at least the protocols "http", "ftp", "file")
    and a HTML parser.  */