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}