diff options
Diffstat (limited to 'usr/src/lib/libsldap/common/ns_connect.c')
-rw-r--r-- | usr/src/lib/libsldap/common/ns_connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libsldap/common/ns_connect.c b/usr/src/lib/libsldap/common/ns_connect.c index 8965682bd6..e935a186b5 100644 --- a/usr/src/lib/libsldap/common/ns_connect.c +++ b/usr/src/lib/libsldap/common/ns_connect.c @@ -2154,7 +2154,7 @@ createNonTLSSession(const char *serverAddr, * OUTPUT: * ldp - a pointer to an LDAP structure which will be used * for all the subsequent operations against the server. - * If an error accures, the function returns an NS error code + * If an error occurs, the function returns an NS error code * and provides an additional info pointed by *errorp. */ static |