From: Chris Lamb Date: Fri, 17 Feb 2017 20:01:58 +0000 (+1300) Subject: Correct "heirarchy" typos. X-Git-Tag: talloc-2.1.9~64 X-Git-Url: http://git.samba.org/samba.git/?p=nivanova%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=8de5c2e9675c48ba9de868c571c191a29a2fd5e6;ds=sidebyside Correct "heirarchy" typos. Signed-off-by: Chris Lamb Reviewed-by: Andrew Bartlett Reviewed-by: Garming Sam --- diff --git a/source3/rpc_server/fss/srv_fss_state.c b/source3/rpc_server/fss/srv_fss_state.c index 0f2ef0e5e71..8597c36a74e 100644 --- a/source3/rpc_server/fss/srv_fss_state.c +++ b/source3/rpc_server/fss/srv_fss_state.c @@ -290,7 +290,7 @@ static NTSTATUS fss_state_smap_retrieve(TALLOC_CTX *mem_ctx, return NT_STATUS_NO_MEMORY; } - /* store the full path so that the heirarchy can be rebuilt */ + /* store the full path so that the hierarchy can be rebuilt */ smap->sc_share_name = talloc_strdup(smap, (char *)key->dptr); if (smap->sc_share_name == NULL) { return NT_STATUS_NO_MEMORY; @@ -335,7 +335,7 @@ static NTSTATUS fss_state_sc_retrieve(TALLOC_CTX *mem_ctx, return NT_STATUS_NO_MEMORY; } - /* store the full path so that the heirarchy can be rebuilt */ + /* store the full path so that the hierarchy can be rebuilt */ sc->id_str = talloc_strdup(sc, (char *)key->dptr); if (sc->id_str == NULL) { return NT_STATUS_NO_MEMORY; @@ -385,7 +385,7 @@ static NTSTATUS fss_state_sc_set_retrieve(TALLOC_CTX *mem_ctx, return NT_STATUS_NO_MEMORY; } - /* store the full path so that the heirarchy can be rebuilt */ + /* store the full path so that the hierarchy can be rebuilt */ sc_set->id_str = talloc_strdup(sc_set, (char *)key->dptr); if (sc_set->id_str == NULL) { return NT_STATUS_NO_MEMORY; @@ -662,7 +662,7 @@ _PRIVATE_ NTSTATUS fss_state_retrieve(TALLOC_CTX *mem_ctx, status = fss_state_hierarchize(&trv_state, sc_sets, sc_sets_count); if (!NT_STATUS_IS_OK(status)) { - DEBUG(0, ("Failed to form fss state heirarchy\n")); + DEBUG(0, ("Failed to form fss state hierarchy\n")); goto err_db_free; } diff --git a/source4/torture/local/fsrvp_state.c b/source4/torture/local/fsrvp_state.c index a806e64d881..e4be5006580 100644 --- a/source4/torture/local/fsrvp_state.c +++ b/source4/torture/local/fsrvp_state.c @@ -262,7 +262,7 @@ static bool test_fsrvp_state_compare(struct torture_context *tctx, } /* - * test a simple heirarchy of: + * test a simple hierarchy of: * * | * sc_set @@ -334,7 +334,7 @@ static bool test_fsrvp_state_single(struct torture_context *tctx) } /* - * test a complex heirarchy of: + * test a complex hierarchy of: * * /\ * / \