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/tests/ipmi/test_sol.robot b/tests/ipmi/test_sol.robot
index ded136d..cb7b365 100644
--- a/tests/ipmi/test_sol.robot
+++ b/tests/ipmi/test_sol.robot
@@ -71,7 +71,7 @@
     [Documentation]  Verify invalid SOL's retry count via IPMI.
     [Tags]  Set_Invalid_SOL_Retry_Count
 
-    # Any interger above 7 is invalid for SOL retry count.
+    # Any integer above 7 is invalid for SOL retry count.
     ${value}=  Evaluate  random.randint(8, 10000)  modules=random
 
     ${msg}=  Run Keyword And Expect Error  *  Run IPMI Standard Command
@@ -83,7 +83,7 @@
     [Documentation]  Verify invalid SOL's retry interval via IPMI.
     [Tags]  Set_Invalid_SOL_Retry_Interval
 
-    # Any interger above 255 is invalid for SOL retry interval.
+    # Any integer above 255 is invalid for SOL retry interval.
     ${value}=  Evaluate  random.randint(256, 10000)  modules=random
 
     ${msg}=  Run Keyword And Expect Error  *  Run IPMI Standard Command
@@ -107,7 +107,7 @@
     [Documentation]  Verify invalid SOL's character send threshold via IPMI.
     [Tags]  Set_Invalid_SOL_Character_Send_Threshold
 
-    # Any interger above 255 is invalid for SOL character send threshold.
+    # Any integer above 255 is invalid for SOL character send threshold.
     ${value}=  Evaluate  random.randint(256, 10000)  modules=random
 
     ${msg}=  Run Keyword And Expect Error  *  Run IPMI Standard Command
diff --git a/tests/test_reset_reload.robot b/tests/test_reset_reload.robot
index 179a481..89eb407 100644
--- a/tests/test_reset_reload.robot
+++ b/tests/test_reset_reload.robot
@@ -38,7 +38,7 @@
 *** Keywords ***
 
 Check Reset Reload Status
-    [Documentation]  Retuns reset reload status based on file presence.
+    [Documentation]  Returns reset reload status based on file presence.
 
     ${rr_status}=  Execute Command On BMC
     ...  test -e /run/openbmc/chassis@0-on && echo "Yes" || echo "No"
diff --git a/tests/test_user.robot b/tests/test_user.robot
index 952c4b8..6da38ba 100755
--- a/tests/test_user.robot
+++ b/tests/test_user.robot
@@ -5,7 +5,7 @@
 ...                 instance per test case however we end up running multiple
 ...                 test and multiple iteration. This creates scenario where
 ...                 the same previous user is generated.
-...                 As a good pratice, clean up all the users at the end of
+...                 As a good practice, clean up all the users at the end of
 ...                 test.
 
 Resource            ../lib/rest_client.robot