From 4f3a0a0299bf6c5d2cf00c86b0b4769c4335a4e8 Mon Sep 17 00:00:00 2001 From: Tim Wickberg <tim@schedmd.com> Date: Fri, 15 Jul 2016 17:28:07 -0400 Subject: [PATCH] Fix spelling of hierarchy in comments --- src/plugins/accounting_storage/mysql/as_mysql_assoc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/accounting_storage/mysql/as_mysql_assoc.c b/src/plugins/accounting_storage/mysql/as_mysql_assoc.c index 904f7432f16..168a888eda4 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_assoc.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_assoc.c @@ -723,7 +723,7 @@ static int _set_assoc_limits_for_add( assoc->max_wall_pj = slurm_atoul(row[ASSOC2_REQ_MWPJ]); /* For the tres limits we just concatted the limits going up - * the heirarchy slurmdb_tres_list_from_string will just skip + * the hierarchy slurmdb_tres_list_from_string will just skip * over any reoccuring limit to give us the first one per * TRES. */ @@ -2134,7 +2134,7 @@ static int _cluster_get_assocs(mysql_conn_t *mysql_conn, assoc->max_tres_run_mins = xstrdup(row[ASSOC_REQ_MTRM]); /* For the tres limits we just concatted the limits going up - * the heirarchy slurmdb_tres_list_from_string will just skip + * the hierarchy slurmdb_tres_list_from_string will just skip * over any reoccuring limit to give us the first one per * TRES. */ -- GitLab