Spelling typo
Michele Baldessari <[email protected]> Sat, 23 Jan 2010 23:57:02 +0100
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Message-ID | <[email protected]> |
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.")