From: Micah Cowan Date: Sun, 2 Aug 2009 16:10:32 +0000 (-0700) Subject: a complete equivalent of -> completely equivalent to X-Git-Tag: v1.13~284 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=22073f546a6955cbb92360161a5cd1ef72692c7b a complete equivalent of -> completely equivalent to --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 21cd03fd..8d0b268c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2009-08-02 Micah Cowan + + * wget.texi (Option Syntax): "This is a complete equivalent of" -> + "This is completely equivalent to". Thanks to Reuben Thomas for + catching this. + 2009-07-28 Micah Cowan * wget.texi (Download Options): Document "lowercase", "uppercase", diff --git a/doc/wget.texi b/doc/wget.texi index ee7a873c..f0f053dc 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -351,7 +351,7 @@ like: wget -drc @var{URL} @end example -This is a complete equivalent of: +This is completely equivalent to: @example wget -d -r -c @var{URL}