]> sjero.net Git - wget/commitdiff
a complete equivalent of -> completely equivalent to
authorMicah Cowan <micah@cowan.name>
Sun, 2 Aug 2009 16:10:32 +0000 (09:10 -0700)
committerMicah Cowan <micah@cowan.name>
Sun, 2 Aug 2009 16:10:32 +0000 (09:10 -0700)
doc/ChangeLog
doc/wget.texi

index 21cd03fd0b778ae15389160fa8a13a39ea6e3362..8d0b268c1269f9b3fbf7cc1563b996ea7d2f4bf7 100644 (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",
index ee7a873cee0b493b19d536516a3e189c99efdf92..f0f053dc02bf9df9158940970b055f7ee1f5b9e0 100644 (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}