From 0ccaa999a2eaa51b81e97cd77dff09662b56b914 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Thu, 8 Mar 2012 10:00:51 +0100 Subject: [PATCH] Fix typo. --- src/ChangeLog | 4 ++++ src/init.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index a156c479..265fdc11 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-03-07 Steven Schubiger + + * init.c (wgetrc_user_file_name): Correct typo. + 2012-03-06 Sasikantha Babu * utils.c (convert_to_bits): Added new function convert_to_bits to diff --git a/src/init.c b/src/init.c index c890956c..76cb2295 100644 --- a/src/init.c +++ b/src/init.c @@ -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) -- 2.39.2