From 930a3f161b826374ceae5a0683fe799e33044995 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 10 Apr 2023 22:11:30 -0700 Subject: [PATCH] spelling fix --- openpower/sv/rfc/ls012_optable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/rfc/ls012_optable.py b/openpower/sv/rfc/ls012_optable.py index 592b83b90..ef5cf9e6a 100644 --- a/openpower/sv/rfc/ls012_optable.py +++ b/openpower/sv/rfc/ls012_optable.py @@ -183,7 +183,7 @@ if __name__ == '__main__': # store line in area areas[area].append(linedict) - # exccellent - now have a dictionary of list of dictionaries: + # excellent - now have a dictionary of list of dictionaries: # area - list-of-instructions - dictionary-by-heading print_table("Areas", header, areas, None) -- 2.30.2