]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-dnssrv/search.c
ITS#8605 - spelling fixes
[openldap] / servers / slapd / back-dnssrv / search.c
index 7c0f705594d4b150120667263b02ace48362025c..397e3f9b7cb8508390dbd7e99c2282362f665543 100644 (file)
@@ -93,7 +93,7 @@ dnssrv_back_search(
        hosts = ldap_str2charray( hostlist, " " );
 
        if( hosts == NULL ) {
-               Debug( LDAP_DEBUG_TRACE, "DNSSRV: str2charrary error\n", 0, 0, 0 );
+               Debug( LDAP_DEBUG_TRACE, "DNSSRV: str2charray error\n", 0, 0, 0 );
                send_ldap_error( op, rs, LDAP_OTHER,
                        "problem processing DNS SRV records for DN" );
                goto done;