From f4637c6a3dc674fb97c570f57aec06680551183d Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 4 Jan 2015 11:23:51 +0100 Subject: [PATCH] Fix the grammar of some comment lines. * lib/propername.h: Remove a mistaken comma and a duplicate "from", and use an adequate verb and tense. --- lib/propername.h | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/propername.h b/lib/propername.h index e3ab860..9034d35 100644 --- 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: () - 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") -- 1.7.0.4