diff --git a/lib/openbmc_ffdc_methods.robot b/lib/openbmc_ffdc_methods.robot index 04a97ad1e4..f1aa2b3ca4 100755 --- a/lib/openbmc_ffdc_methods.robot +++ b/lib/openbmc_ffdc_methods.robot @@ -504,7 +504,7 @@ Convert eSEL To Elog Format ... 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 7d6e8527f2..17d5a9a6a2 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 @@ Verify FRU List With Single FRU ${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}