Fix some types
[samba.git] / source4 / torture / ldap / basic.c
index 1efdc06a8ca7efe3168d548d2c9954b8c8136c02..8a9a57f819f1a0628147226c6aeaf63c6a6f8996 100644 (file)
@@ -63,7 +63,7 @@ static bool test_multibind(struct ldap_connection *conn, const char *userdn, con
 {
        bool ret = true;
 
-       printf("Testing multiple binds on a single connnection as anonymous and user\n");
+       printf("Testing multiple binds on a single connection as anonymous and user\n");
 
        ret = test_bind_simple(conn, NULL, NULL);
        if (!ret) {