]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:torture:dfs: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Thu, 3 Aug 2023 13:40:20 +0000 (15:40 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 14 Aug 2023 21:45:29 +0000 (21:45 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/dfs/domaindfs.c

index 709a9c67fee72db8b392f9aa42758444cf37c21f..e9d9ce4df5dbb33687eb8e6a8b56ef927c191490 100644 (file)
@@ -442,7 +442,7 @@ static bool test_unknowndomain(struct torture_context *tctx,
        torture_assert_ntstatus_equal(tctx,
                   dfs_cli_do_call(cli->tree, &r2),
                   NT_STATUS_INVALID_PARAMETER,
-                  "Get DC Domain didn't return exptected error code");
+                  "Get DC Domain didn't return expected error code");
 
        return true;
 }