mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Correct "heirarchy" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
parent
7e20f1e200
commit
8de5c2e967
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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:
|
||||
*
|
||||
* /\
|
||||
* / \
|
||||
|
Loading…
Reference in New Issue
Block a user