]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix typos
authorRyan Tandy <ryan@nardis.ca>
Tue, 28 Apr 2020 18:01:52 +0000 (11:01 -0700)
committerRyan Tandy <ryan@nardis.ca>
Tue, 28 Apr 2020 18:24:48 +0000 (11:24 -0700)
doc/man/man3/ldap_get_option.3
tests/scripts/test077-sasl-gssapi

index fd1b3c91c2b9d7a18bc0cb6a74af7866c64cda86..71bffd9cac65fa0339389e780e15070533baecbe 100644 (file)
@@ -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 *" ;
index 322df60a40e5bc8923d3704917759fe115451ef1..42cd2edfd7a45aa819061e67d16693cc38b9bd8c 100755 (executable)
@@ -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