Code spell fixes

Change-Id: I2565676b59ff2d5fc977a31213d98e678d25dd12
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/openbmc_ffdc_methods.robot b/lib/openbmc_ffdc_methods.robot
index 04a97ad..f1aa2b3 100755
--- a/lib/openbmc_ffdc_methods.robot
+++ b/lib/openbmc_ffdc_methods.robot
@@ -504,7 +504,7 @@
     ...              formatted error log.
     [Arguments]  ${esel_file_path}
     # Description of argument(s):
-    # esel_file_path                The path to the file containg raw eSEL
+    # esel_file_path                The path to the file containing raw eSEL
     #                               data (e.g.
     #                               "/tmp/user1/dummy.181001.120000.esel").
 
diff --git a/tests_openbmctool/test_openbmctool.robot b/tests_openbmctool/test_openbmctool.robot
index 7d6e852..17d5a9a 100755
--- a/tests_openbmctool/test_openbmctool.robot
+++ b/tests_openbmctool/test_openbmctool.robot
@@ -2,7 +2,7 @@
 Documentation    Verify openbmctool.py functionality.
 
 # This module tests the functionality of openbmctool.py.
-# The following tests are perfomed:
+# The following tests are performed:
 #
 # FRU status
 # FRU print
@@ -163,7 +163,7 @@
     ${fruname}=  Set Variable  ${fru_status[0]['component']}
     Rprint Vars  fruname
     Should Not Be Empty  ${fruname}  msg=Could not find a FRU.
-    # Get a fru list specifiying just the FRU.
+    # Get a fru list specifying just the FRU.
     ${rc}  ${output}=  Openbmctool Execute Command
     ...  fru list ${fruname} | wc -l
     ${fru_detail}=  Convert to Integer  ${output}