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;
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;
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;
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;
}