From 59a077d8f5b4ec78e90d6c4dabbc65375598c431 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 28 Feb 2011 22:04:29 +0100 Subject: Fix some types Autobuild-User: Jelmer Vernooij Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104 --- source4/torture/ldap/basic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/ldap') diff --git a/source4/torture/ldap/basic.c b/source4/torture/ldap/basic.c index 1efdc06a8c..8a9a57f819 100644 --- a/source4/torture/ldap/basic.c +++ b/source4/torture/ldap/basic.c @@ -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) { -- cgit