torture: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 4 Aug 2020 07:43:28 +0000 (09:43 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 17 Aug 2020 19:35:37 +0000 (19:35 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/torture/smbtorture.c

index 88c38d254e99b41fc99a06f6980d5bf27c83f6bc..890c75f068ba80a578bd9e0c45d82f437ff20546 100644 (file)
@@ -220,7 +220,7 @@ static void parse_dns(struct loadparm_context *lp_ctx, const char *dns)
        char *userdn, *basedn, *secret;
        char *p, *d;
 
-       /* retrievieng the userdn */
+       /* retrieve the userdn */
        p = strchr_m(dns, '#');
        if (!p) {
                lpcfg_set_cmdline(lp_ctx, "torture:ldap_userdn", "");