From: Mathieu Parent Date: Thu, 29 Aug 2019 19:53:35 +0000 (+0200) Subject: Spelling fixes s/componet/component/ X-Git-Tag: tevent-0.10.1~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49a6e109aae9f15069a0f59d9f75b5367f4192e0;p=thirdparty%2Fsamba.git Spelling fixes s/componet/component/ Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- diff --git a/source4/torture/ldb/ldb.c b/source4/torture/ldb/ldb.c index 95232d4923c..cdf513a9fea 100644 --- a/source4/torture/ldb/ldb.c +++ b/source4/torture/ldb/ldb.c @@ -782,10 +782,10 @@ static bool torture_ldb_dn_extended(struct torture_context *torture) "casefolded DN incorrect"); torture_assert_str_equal(torture, ldb_dn_get_component_name(dn, 0), "cn", - "componet zero incorrect"); + "component zero incorrect"); torture_assert_data_blob_equal(torture, *ldb_dn_get_component_val(dn, 0), data_blob_string_const("admin"), - "componet zero incorrect"); + "component zero incorrect"); torture_assert_str_equal(torture, ldb_dn_get_extended_linearized(mem_ctx, dn, 1), talloc_asprintf(mem_ctx, ";;%s", @@ -853,7 +853,7 @@ static bool torture_ldb_dn_extended(struct torture_context *torture) "Should not find an SID on this DN"); torture_assert_int_equal(torture, ldb_dn_get_comp_num(dn), 0, - "Should not find an 'normal' componet on this DN"); + "Should not find an 'normal' component on this DN"); torture_assert(torture, ldb_dn_get_extended_component(dn, "GUID") != NULL, "Should find an GUID on this DN");