diff --git a/src/plugins/accounting_storage/mysql/as_mysql_assoc.c b/src/plugins/accounting_storage/mysql/as_mysql_assoc.c
index 904f7432f16f160d08d666a84c440905f8bf4da9..168a888eda418a7953ea5b662a21357c17737377 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.
 		 */