[gnutls-dev] [PATCH] fix english in a message
Evan Martin
martine at danga.com
Sun Nov 11 01:45:58 CET 2007
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
More information about the Gnutls-dev
mailing list