s4-ldap: fixed spelling
authorAndrew Tridgell <tridge@samba.org>
Fri, 25 Sep 2009 22:14:59 +0000 (15:14 -0700)
committerAndrew Tridgell <tridge@samba.org>
Mon, 28 Sep 2009 00:24:19 +0000 (10:24 +1000)
source4/ldap_server/ldap_backend.c

index 383c5bc4bf09ff8e096141c2d12955239cb94f4e..27b9c879bba25d10b4034e9ceacf81a8b8762335 100644 (file)
@@ -734,7 +734,7 @@ static NTSTATUS ldapsrv_ModifyDNRequest(struct ldapsrv_call *call)
        int result = LDAP_SUCCESS;
        int ldb_ret;
 
-       DEBUG(10, ("ModifyDNRequrest"));
+       DEBUG(10, ("ModifyDNRequest"));
        DEBUGADD(10, (" dn: %s", req->dn));
        DEBUGADD(10, (" newrdn: %s", req->newrdn));