Spelling fixes s/serivce/service/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 19:52:33 +0000 (21:52 +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/drsuapi_cracknames.c

index 8b50c380e1742df129dea79682b36de0c9e4af2b..981b6af9d65f1e2246289eee1a6de5ba696f3922 100644 (file)
@@ -680,7 +680,7 @@ bool test_DsCrackNames(struct torture_context *tctx,
                                .format_offered = DRSUAPI_DS_NAME_FORMAT_SERVICE_PRINCIPAL,
                                .format_desired = DRSUAPI_DS_NAME_FORMAT_FQDN_1779,
                                .str = talloc_asprintf(mem_ctx, "krbtgt/%s", dns_domain),
-                               .comment = "Looking for KRBTGT as a serivce principal",
+                               .comment = "Looking for KRBTGT as a service principal",
                                .status = DRSUAPI_DS_NAME_STATUS_DOMAIN_ONLY,
                                .expected_dns = dns_domain
                        },
@@ -688,7 +688,7 @@ bool test_DsCrackNames(struct torture_context *tctx,
                                .format_offered = DRSUAPI_DS_NAME_FORMAT_SERVICE_PRINCIPAL,
                                .format_desired = DRSUAPI_DS_NAME_FORMAT_FQDN_1779,
                                .str = talloc_asprintf(mem_ctx, "bogus/%s", dns_domain),
-                               .comment = "Looking for bogus serivce principal",
+                               .comment = "Looking for bogus service principal",
                                .status = DRSUAPI_DS_NAME_STATUS_DOMAIN_ONLY,
                                .expected_dns = dns_domain
                        },
@@ -696,7 +696,7 @@ bool test_DsCrackNames(struct torture_context *tctx,
                                .format_offered = DRSUAPI_DS_NAME_FORMAT_SERVICE_PRINCIPAL,
                                .format_desired = DRSUAPI_DS_NAME_FORMAT_FQDN_1779,
                                .str = talloc_asprintf(mem_ctx, "bogus/%s.%s", test_dc, dns_domain),
-                               .comment = "Looking for bogus serivce on test DC",
+                               .comment = "Looking for bogus service on test DC",
                                .status = DRSUAPI_DS_NAME_STATUS_DOMAIN_ONLY,
                                .expected_dns = talloc_asprintf(mem_ctx, "%s.%s", test_dc, dns_domain)
                        },
@@ -709,7 +709,7 @@ bool test_DsCrackNames(struct torture_context *tctx,
                        { 
                                .format_offered = DRSUAPI_DS_NAME_FORMAT_SERVICE_PRINCIPAL,
                                .format_desired = DRSUAPI_DS_NAME_FORMAT_FQDN_1779,
-                               .comment = "Looking for the kadmin/changepw service as a serivce principal",
+                               .comment = "Looking for the kadmin/changepw service as a service principal",
                                .str = talloc_asprintf(mem_ctx, "kadmin/changepw"),
                                .status = DRSUAPI_DS_NAME_STATUS_OK,
                                .expected_str = talloc_asprintf(mem_ctx, "CN=krbtgt,CN=Users,%s", realm_dn_str),