From: Hallvard Furuseth Date: Fri, 30 Apr 1999 11:49:28 +0000 (+0000) Subject: Fix typo in comment X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~100 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f43663860d191c9cc454de32c808d7643153c302;p=openldap Fix typo in comment --- diff --git a/include/ldap_features.h.in b/include/ldap_features.h.in index 4bfcca9576..e86240e9b3 100644 --- a/include/ldap_features.h.in +++ b/include/ldap_features.h.in @@ -30,7 +30,7 @@ ** LDAP_API_FEATURE_OPERATION_THREAD_SAFE ** ** The preprocessor flag LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE -** can be used to determine if -lldap_r is availalbe at compile +** can be used to determine if -lldap_r is available at compile ** time. You must define LDAP_THREAD_SAFE if and only if you ** link with -lldap_r. ** diff --git a/include/ldap_features.h.nt b/include/ldap_features.h.nt index 461485d281..d6ebe3ed4b 100644 --- a/include/ldap_features.h.nt +++ b/include/ldap_features.h.nt @@ -30,7 +30,7 @@ ** LDAP_API_FEATURE_OPERATION_THREAD_SAFE ** ** The preprocessor flag LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE -** can be used to determine if -lldap_r is availalbe at compile +** can be used to determine if -lldap_r is available at compile ** time. You must define LDAP_THREAD_SAFE if and only if you ** link with -lldap_r. **