changeset 17855:b6d5faa2cf8d

maint: fix grammar nits in propername * lib/propername.h: Remove a mistaken comma and a duplicate "from", and use an adequate verb and tense.
author Benno Schulenberg <bensberg@justemail.net>
date Sun, 04 Jan 2015 11:23:51 +0100
parents b37f371444ed
children 33c2a7e75433
files ChangeLog lib/propername.h
diffstat 2 files changed, 11 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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>.
--- a/lib/propername.h
+++ b/lib/propername.h
@@ -26,12 +26,12 @@
    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
@@ -51,11 +51,11 @@
    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")