gnutls-devel
[Top][All Lists]
Advanced

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

[gnutls-dev] [PATCH] fix english in a message


From: Evan Martin
Subject: [gnutls-dev] [PATCH] fix english in a message
Date: Sat, 10 Nov 2007 16:45:58 -0800

Languages differ as to whether negative sentences use negative quantifiers,
but in English they don't.  For that reason this message was a bit confusing.
---
 src/tls_test.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tls_test.c b/src/tls_test.c
index 2134474..d34eec4 100644
--- a/src/tls_test.c
+++ b/src/tls_test.c
@@ -245,7 +245,7 @@ main (int argc, char **argv)
       if (i > 3 && tls1_1_ok == 0 && tls1_ok == 0 && ssl3_ok == 0)
        {
          fprintf (stderr,
-                  "\nServer does not support none of SSL 3.0, TLS 1.0 and TLS 
1.1\n");
+                  "\nServer does not support any of SSL 3.0, TLS 1.0 and TLS 
1.1\n");
          break;
        }
 
-- 
1.5.3.GIT




reply via email to

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