Hi all, here's a one liner typo fix.
regards, Michele diff -urNad trunk~/mozilla/directory/c-sdk/ldap/libraries/libssldap/sslerrstrs.h trunk/mozilla/directory/c-sdk/ldap/libraries/libssldap/sslerrstrs.h --- trunk~/mozilla/directory/c-sdk/ldap/libraries/libssldap/sslerrstrs.h 2006-10-10 15:37:35.000000000 +0200 +++ trunk/mozilla/directory/c-sdk/ldap/libraries/libssldap/sslerrstrs.h 2010-01-23 23:39:07.000000000 +0100 @@ -247,7 +247,7 @@ "SSL peer was not expecting a handshake message it received.") ER3(SSL_ERROR_DECOMPRESSION_FAILURE_ALERT , (SSL_ERROR_BASE + 60), -"SSL peer was unable to succesfully decompress an SSL record it received.") +"SSL peer was unable to successfully decompress an SSL record it received.") ER3(SSL_ERROR_HANDSHAKE_FAILURE_ALERT , (SSL_ERROR_BASE + 61), "SSL peer was unable to negotiate an acceptable set of security parameters.") _______________________________________________ dev-tech-ldap mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-ldap
