1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

a complete equivalent of -> completely equivalent to

This commit is contained in:
Micah Cowan 2009-08-02 09:10:32 -07:00
parent d763f8bf6d
commit 22073f546a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2009-08-02 Micah Cowan <micah@cowan.name>
* 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 <micah@cowan.name>
* wget.texi (Download Options): Document "lowercase", "uppercase",

View File

@ -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}