Skip to content

Commit

Permalink
Code spell fixes
Browse files Browse the repository at this point in the history
Change-Id: I2565676b59ff2d5fc977a31213d98e678d25dd12
Signed-off-by: George Keishing <[email protected]>
  • Loading branch information
gkeishin committed Nov 5, 2018
1 parent fa146c4 commit 7c6342b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/openbmc_ffdc_methods.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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").

Expand Down
4 changes: 2 additions & 2 deletions tests_openbmctool/test_openbmctool.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 7c6342b

Please sign in to comment.