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: I3c06c9b99b9cf27720616e51c4cbbd3d9bdf396e
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/tests/energy_scale/test_power_capping.robot b/tests/energy_scale/test_power_capping.robot
index 4825d29..38a0e5c 100644
--- a/tests/energy_scale/test_power_capping.robot
+++ b/tests/energy_scale/test_power_capping.robot
@@ -237,8 +237,8 @@
     [Documentation]  Do the post test teardown.
     # FFDC on test case fail.
     # Power off the OS and wait for power off state.
-    # Return the system's intial deactivation/activation setting.
-    # Return the system's intial power limit setting.
+    # Return the system's initial deactivation/activation setting.
+    # Return the system's initial power limit setting.
 
     FFDC On Test Case Fail
 
diff --git a/tests/ipmi/test_general_ipmi.robot b/tests/ipmi/test_general_ipmi.robot
index 7cf4294..58f7d0b 100644
--- a/tests/ipmi/test_general_ipmi.robot
+++ b/tests/ipmi/test_general_ipmi.robot
@@ -625,7 +625,7 @@
     [Documentation]  Verify power reading using REST.
     [Arguments]  ${power_reading}
 
-    # Desciption of argument(s):
+    # Description of argument(s):
     # power_reading  IPMI Power reading
 
     ${power_reading_rest}=  Read Attribute
diff --git a/tests/test_escale_base.robot b/tests/test_escale_base.robot
index 4907ae2..d1ab4f5 100755
--- a/tests/test_escale_base.robot
+++ b/tests/test_escale_base.robot
@@ -146,10 +146,10 @@
 
     FFDC On Test Case Fail
 
-    # Restore the system's intial power limit setting.
+    # Restore the system's initial power limit setting.
     Run Keyword If  '${initial_power_setting}' != '${0}'
     ...  Set DCMI Power Limit And Verify  ${initial_power_setting}
 
-    # Restore the system's intial deactivation/activation setting.
+    # Restore the system's initial deactivation/activation setting.
     Run Keyword If  '${initial_deactivation}' == '${1}'
     ...  Deactivate DCMI Power And Verify  ELSE  Activate DCMI Power And Verify