]> sjero.net Git - wget/commitdiff
Fix typo.
authorSteven Schubiger <stsc@member.fsf.org>
Thu, 8 Mar 2012 09:00:51 +0000 (10:00 +0100)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Thu, 8 Mar 2012 09:00:51 +0000 (10:00 +0100)
src/ChangeLog
src/init.c

index a156c479f5746259d37b3918d8bce8f7034114ab..265fdc11ed6dd009929304a71be1d1f272d8a560 100644 (file)
@@ -1,3 +1,7 @@
+2012-03-07  Steven Schubiger  <stsc@member.fsf.org>
+
+       * init.c (wgetrc_user_file_name): Correct typo.
+
 2012-03-06   Sasikantha Babu   <sasikanth.v19@gmail.com>
 
        * utils.c (convert_to_bits): Added new function convert_to_bits to
index c890956c1e813ecaf19a7298b1d19d44be389d47..76cb22954172c7f5b2687f1fee8feb360b31609e 100644 (file)
@@ -1,6 +1,6 @@
 /* Reading/parsing the initialization file.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
+   2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation,
    Inc.
 
 This file is part of GNU Wget.
@@ -469,7 +469,7 @@ wgetrc_env_file_name (void)
   return NULL;
 }
 
-/* Check for the existance of '$HOME/.wgetrc' and return it's path
+/* Check for the existance of '$HOME/.wgetrc' and return its path
    if it exists and is set.  */
 char *
 wgetrc_user_file_name (void)