]> Savannah Git Hosting - gnulib.git/commitdiff
maint: fix grammar nits in propername
authorBenno Schulenberg <bensberg@justemail.net>
Sun, 4 Jan 2015 10:23:51 +0000 (11:23 +0100)
committerPádraig Brady <P@draigBrady.com>
Sun, 4 Jan 2015 14:30:22 +0000 (14:30 +0000)
* lib/propername.h: Remove a mistaken comma and a duplicate "from",
and use an adequate verb and tense.

ChangeLog
lib/propername.h

index ab1f7da7c26ec4d4a91894198fa26a2d98f1f889..938e031bed16176aa65b2500226b32f031a47fd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-01-04  Benno Schulenberg  <bensberg@justemail.net>
+
+       maint: fix grammar nits in propername (trivial change)
+       * lib/propername.h: Remove a mistaken comma and a duplicate "from",
+       and use an adequate verb and tense.
+
 2015-01-02  Ludovic Courtès  <ludo@gnu.org>
 
        Suggested by Paul Eggert <eggert@cs.ucla.edu>.
index e3ab8603ae2896523f74cb45d39a896aeb740147..9034d35b8174f07f535c6bf584c03f17c88fc123 100644 (file)
    have in common?
 
    A non-ASCII name. This causes trouble in the --version output. The simple
-   "solution", unfortunately mutilates the name.
+   "solution" unfortunately mutilates the name.
 
-     $ du --version| grep Granlund
+     $ du --version | grep Granlund
      Écrit par Torbjorn Granlund, David MacKenzie, Paul Eggert et Jim Meyering.
 
-     $ ptx --version| grep Pinard
+     $ ptx --version | grep Pinard
      Écrit par F. Pinard.
 
    What is desirable, is to print the full name if the output character set
    output will look like this:
       <translated name> (<original name in English>)
 
-   To use the 'propername' module is done in three simple steps:
+   To use the 'propername' module requires three simple steps:
 
      1) Add it to the list of gnulib modules to import,
 
-     2) Change the arguments of version_etc, from
+     2) Change the arguments of version_etc(),
 
           from "Paul Eggert"
           to   proper_name ("Paul Eggert")