diff --git a/doc/man/man3/ldap_get_option.3 b/doc/man/man3/ldap_get_option.3 index fd1b3c91c2..71bffd9cac 100644 --- a/doc/man/man3/ldap_get_option.3 +++ b/doc/man/man3/ldap_get_option.3 @@ -569,9 +569,9 @@ one of .BR LDAP_OPT_X_SASL_CBINDING_NONE (the default), .BR LDAP_OPT_X_SASL_CBINDING_TLS_UNIQUE -the "tls-unique" type from RCF 5929. +the "tls-unique" type from RFC 5929. .BR LDAP_OPT_X_SASL_CBINDING_TLS_ENDPOINT -the "tls-server-end-point" from RCF 5929, compatible with Windows. +the "tls-server-end-point" from RFC 5929, compatible with Windows. .BR invalue must be .BR "const int *" ; diff --git a/tests/scripts/test077-sasl-gssapi b/tests/scripts/test077-sasl-gssapi index 322df60a40..42cd2edfd7 100755 --- a/tests/scripts/test077-sasl-gssapi +++ b/tests/scripts/test077-sasl-gssapi @@ -167,7 +167,7 @@ else fi if test $WITH_TLS = no ; then - echo "TLS support not available, skipping channe-binding test" + echo "TLS support not available, skipping channel-binding test" elif test $HAVE_SASL_GSS_CBIND = no ; then echo "SASL has no channel-binding support in GSSAPI, test skipped" else @@ -192,7 +192,7 @@ EOF for icb in "none" "tls-unique" "tls-endpoint" ; do - # The gnutls implemantation of "tls-unique" seems broken + # The gnutls implementation of "tls-unique" seems broken if test $icb = "tls-unique" -o $acb = "tls-unique" ; then if test $WITH_TLS_TYPE == gnutls ; then continue