r2908: fix typo
authorSimo Sorce <idra@samba.org>
Mon, 11 Oct 2004 09:21:12 +0000 (09:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:47 +0000 (12:59 -0500)
(This used to be commit f544f830630c8d0bd37a66dc06683621c4dbcdde)

source4/ldap_server/ldap_rootdse.c

index e744811668c7efeec65280e67cccf150f58708be..9673b453292e925ee9cc0e33e2f42163a7cf73c5 100644 (file)
@@ -393,7 +393,7 @@ queue_reply:
                result = 0;
                errstr = NULL;
        } else if (count > 1) {
-               DEBUG(10,("rootdse_Search: to many results[%d]\n", count));
+               DEBUG(10,("rootdse_Search: too many results[%d]\n", count));
                result = 80; /* nosuchobject */
                errstr = talloc_strdup(done_r, "internal error");       
        } else if (count == 0) {