Spelling fixes

Spelling errors found using github.com/lucasdemarchi/codespell
A tool to fix common misspellings.
This tool is licensed under GNU General Public License, version 2.

Change-Id: I13bbeeb8f1467efc1cf8748e1a66343e879dfc8a
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/lib/code_update_utils.robot b/lib/code_update_utils.robot
index e3682cf..79ab934 100644
--- a/lib/code_update_utils.robot
+++ b/lib/code_update_utils.robot
@@ -369,7 +369,7 @@
     [Documentation]  Disable and re-enable the network while doing code update.
     [Arguments]  ${image_file_path}  ${reboot}
 
-    # Reseting the network will be done via the serial console.
+    # Resetting the network will be done via the serial console.
     #
     # Description of argument(s):
     # image_file_path   Path to the image file to update to.
diff --git a/lib/connection_client.robot b/lib/connection_client.robot
index dc8834d..3a51f60 100755
--- a/lib/connection_client.robot
+++ b/lib/connection_client.robot
@@ -75,7 +75,7 @@
 
     # alias            The alias of the connection to validate.
     # host             The DNS name or IP of the host to validate.
-    # connection_args  A dictionary of arguments to pass to Open Conection
+    # connection_args  A dictionary of arguments to pass to Open Connection
     #                  and Log In (see above) if the connection is not open. May
     #                  contain, but does not need to contain, the host or alias.
 
diff --git a/lib/dump_utils.robot b/lib/dump_utils.robot
index 2e97070..270e234 100644
--- a/lib/dump_utils.robot
+++ b/lib/dump_utils.robot
@@ -48,7 +48,7 @@
     [Arguments]  ${dump_id}
 
     # Description of Argument(s):
-    # dump_id  An interger value that identifies a particular dump (e.g. 1, 3).
+    # dump_id  An integer value that identifies a particular dump (e.g. 1, 3).
 
     ${data}=  Create Dictionary  data=@{EMPTY}
     ${resp}=  OpenBMC Post Request
diff --git a/lib/ipmi_client.robot b/lib/ipmi_client.robot
index 7ea6892..2a3b743 100755
--- a/lib/ipmi_client.robot
+++ b/lib/ipmi_client.robot
@@ -69,7 +69,7 @@
     [Arguments]  ${args}  ${os_host}=${OS_HOST}  ${os_username}=${OS_USERNAME}
     ...          ${os_password}=${OS_PASSWORD}
 
-    # Desription of arguments:
+    # Description of arguments:
     # ${args}  parameters to IPMI command.
     # ${os_host} IP address of the OS Host.
     # ${os_username}  OS Host Login user name.
@@ -88,7 +88,7 @@
     [Arguments]  ${args}  ${os_host}=${OS_HOST}  ${os_username}=${OS_USERNAME}
     ...          ${os_password}=${OS_PASSWORD}
 
-    # Desription of arguments:
+    # Description of arguments:
     # ${args}  parameters to IPMI command.
     # ${os_host} IP address of the OS Host.
     # ${os_username}  OS Host Login user name.
diff --git a/lib/open_power_utils.robot b/lib/open_power_utils.robot
index 327b67b..e9dd042 100644
--- a/lib/open_power_utils.robot
+++ b/lib/open_power_utils.robot
@@ -36,7 +36,7 @@
 
 
 Count Object Entries
-    [Documentation]  Count the occurence number of a given object.
+    [Documentation]  Count the occurrence number of a given object.
     [Arguments]  ${object_base_uri_path}  ${object_name}
 
     # Description of argument(s):
diff --git a/lib/openbmc_ffdc_list.py b/lib/openbmc_ffdc_list.py
index 27e9b77..037c921 100755
--- a/lib/openbmc_ffdc_list.py
+++ b/lib/openbmc_ffdc_list.py
@@ -14,7 +14,7 @@
 # -------------------
 
 # -----------------------------------------------------------------
-# Dict Name {  Index string : { Key String :  Comand string} }
+# Dict Name {  Index string : { Key String :  Command string} }
 # -----------------------------------------------------------------
 # Add cmd's needed to be part of the ffdc report manifest file
 FFDC_BMC_CMD = {
diff --git a/lib/openbmc_ffdc_methods.robot b/lib/openbmc_ffdc_methods.robot
index a451f3d..df8bab7 100755
--- a/lib/openbmc_ffdc_methods.robot
+++ b/lib/openbmc_ffdc_methods.robot
@@ -318,7 +318,7 @@
 ##############################################################################
 Collect eSEL Log
     [Documentation]  Collect eSEL log from logging entry and convert eSEL data
-    ...              to elog formated string text file.
+    ...              to elog formatted string text file.
     [Arguments]  ${log_prefix_path}=${LOG_PREFIX}
 
     ${resp}=  OpenBMC Get Request  ${BMC_LOGGING_ENTRY}/enumerate  quiet=${1}
@@ -374,7 +374,7 @@
     [Documentation]  Execute parser tool on the eSEL data file to generate
     ...              formatted error log.
     [Arguments]  ${esel_file_path}
-    # Desription of arguments:
+    # Description of arguments:
     # esel_file_path  Absolute path of the eSEL data (e.g.
     #                 /tmp/w55.170404.154820.esel).
 
diff --git a/lib/rest_client.robot b/lib/rest_client.robot
index 67170d9..f82cc3c 100644
--- a/lib/rest_client.robot
+++ b/lib/rest_client.robot
@@ -116,7 +116,7 @@
 
     # Description of argument(s):
     # timeout  REST login attempt time out.
-    # quiet    Supress console log if set.
+    # quiet    Suppress console log if set.
 
     # TODO : Task to revert this changes openbmc/openbmc-test-automation#532
     # This will retry at 20 second interval.
@@ -128,7 +128,7 @@
 
     # Description of argument(s):
     # timeout  REST login attempt time out.
-    # quiet    Supress console log if set.
+    # quiet    Suppress console log if set.
 
     Create Session  openbmc  ${AUTH_URI}  timeout=${timeout}  max_retries=3
     ${headers}=  Create Dictionary  Content-Type=application/json
diff --git a/lib/utils.robot b/lib/utils.robot
index 58a73e8..69b28ad 100755
--- a/lib/utils.robot
+++ b/lib/utils.robot
@@ -488,7 +488,7 @@
     [Documentation]  Create OS console file path name and return it.
     [Arguments]  ${log_file_path}=${EMPTY}
 
-    # Description of arguements:
+    # Description of arguments:
     # file_path  The caller's candidate value.  If this value is ${EMPTY}, this
     #            keyword will compose a file path name.  Otherwise, this
     #            keyword will use the caller's file_path value.  In either
@@ -982,7 +982,7 @@
     [Documentation]  Login to OS Host.
     [Arguments]  ${os_host}=${OS_HOST}  ${os_username}=${OS_USERNAME}
     ...          ${os_password}=${OS_PASSWORD}
-    # Desription of arguments:
+    # Description of arguments:
     # ${os_host} IP address of the OS Host.
     # ${os_username}  OS Host Login user name.
     # ${os_password}  OS Host Login passwrd.