]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Spelling fixes s/setted/set/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 19:50:35 +0000 (21:50 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 22:21:26 +0000 (22:21 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source4/torture/rpc/spoolss.c

index 48ad3d1e2e3069a9d1e2cf56dc7aab3ee95077e9..bf3a93773225528cfc65089eb1e13369232e996c 100644 (file)
@@ -2896,7 +2896,7 @@ static bool test_Forms_args(struct torture_context *tctx,
                        "failed to set form");
                torture_assert(tctx,
                        test_GetForm_args(tctx, b, handle, form_name, 1, &info),
-                       "failed to get setted form");
+                       "failed to get set form");
 
                torture_assert_int_equal(tctx, info.info1.size.width, add_info.info1->size.width, "width mismatch");
        }