]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
improved premature_termination error message
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 7 Feb 2011 15:57:52 +0000 (16:57 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 7 Feb 2011 15:57:52 +0000 (16:57 +0100)
lib/gnutls_errors.c

index ca3403c51482e08b5cc2b22fcc03a111d8d07bf0..95de0f4575f2617de2e36dcc485ac37b037d9f6a 100644 (file)
@@ -74,7 +74,7 @@ static const gnutls_error_entry error_algorithms[] = {
                GNUTLS_E_DH_PRIME_UNACCEPTABLE, 1),
   ERROR_ENTRY (N_("A TLS packet with unexpected length was received."),
                GNUTLS_E_UNEXPECTED_PACKET_LENGTH, 1),
-  ERROR_ENTRY (N_("A TLS connection was non-properly terminated."),
+  ERROR_ENTRY (N_("The TLS connection was non-properly terminated."),
                GNUTLS_E_PREMATURE_TERMINATION, 1),
   ERROR_ENTRY (N_
                ("The specified session has been invalidated for some reason."),