bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [PATCH 4/5] Don't use a possessive instead of a plural.


From: Benno Schulenberg
Subject: [Bug-wget] [PATCH 4/5] Don't use a possessive instead of a plural.
Date: Tue, 9 Dec 2014 22:17:43 +0100

---
 src/main.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main.c b/src/main.c
index f8b8611..6599839 100644
--- a/src/main.c
+++ b/src/main.c
@@ -668,11 +668,11 @@ HTTPS (SSL/TLS) options:\n"),
     N_("\
        --private-key-type=TYPE     private key type, PEM or DER\n"),
     N_("\
-       --ca-certificate=FILE       file with the bundle of CA's\n"),
+       --ca-certificate=FILE       file with the bundle of CAs\n"),
     N_("\
-       --ca-directory=DIR          directory where hash list of CA's is 
stored\n"),
+       --ca-directory=DIR          directory where hash list of CAs is 
stored\n"),
     N_("\
-       --crl-file=FILE             file with bundle of CRL's\n"),
+       --crl-file=FILE             file with bundle of CRLs\n"),
     N_("\
        --random-file=FILE          file with random data for seeding the SSL 
PRNG\n"),
     N_("\
-- 
1.7.0.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]