Update code documentation misspelling correction

Changes:
     - Fix code documentation typo

Tested:
     - NA

Change-Id: Ia198c9729fb6550f9abf9edd8a795f03027f53be
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/managers/test_bmc_dumps.robot b/redfish/managers/test_bmc_dumps.robot
index efe287c..2349bb3 100644
--- a/redfish/managers/test_bmc_dumps.robot
+++ b/redfish/managers/test_bmc_dumps.robot
@@ -337,7 +337,7 @@
     # Verify that BMC dump is available.
     Wait Until Keyword Succeeds  2 min  10 sec  Is BMC Dump Available
 
-    # Verifing that there is only one dump.
+    # Verifying that there is only one dump.
     ${dump_entries}=  Get BMC Dump Entries
     ${length}=  Get length  ${dump_entries}
     Should Be Equal As Integers  ${length}  ${1}
diff --git a/redfish/update_service/test_redfish_bmc_code_update.robot b/redfish/update_service/test_redfish_bmc_code_update.robot
index de37d40..54a277d 100644
--- a/redfish/update_service/test_redfish_bmc_code_update.robot
+++ b/redfish/update_service/test_redfish_bmc_code_update.robot
@@ -297,8 +297,8 @@
 
 
 Verify Redfish Code Update With Different Interrupted Operation
-    [Documentation]  Verify code update is successful when other opreation getting executed i.e.
-    ...              change the hostname.
+    [Documentation]  Verify code update is successful when other operation
+    ...              getting executed i.e. change the hostname.
     [Arguments]  ${operation}  ${count}
 
     # Description of argument(s):