Fix typo in the code and documentation

Change-Id: I4fa01e4790ba3a50d8a59a5a85e6781bd8f539d1
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/dmtf_tools/test_redfishtool_certificate.robot b/redfish/dmtf_tools/test_redfishtool_certificate.robot
index 570a1b6..0969369 100644
--- a/redfish/dmtf_tools/test_redfishtool_certificate.robot
+++ b/redfish/dmtf_tools/test_redfishtool_certificate.robot
@@ -108,9 +108,9 @@
     CA           Empty Certificate  error
 
 
-Verify Error While Uploding Same CA Certificate Via Redfishtool
+Verify Error While Uploading Same CA Certificate Via Redfishtool
     [Documentation]  Verify error while uploading same CA certificate two times.
-    [Tags]  Verify_Error_While_Uploding_Same_CA_Certificate_Via_Redfishtool
+    [Tags]  Verify_Error_While_Uploading_Same_CA_Certificate_Via_Redfishtool
 
     # Create certificate file for uploading.
     ${cert_file_path}=  Generate Certificate File Via Openssl  Valid Certificate  365
diff --git a/redfish/extended/redfish_bmc_code_update.robot b/redfish/extended/redfish_bmc_code_update.robot
index 191232e..7c1ade5 100644
--- a/redfish/extended/redfish_bmc_code_update.robot
+++ b/redfish/extended/redfish_bmc_code_update.robot
@@ -144,7 +144,7 @@
 
 
 Activate Existing Firmware
-    [Documentation]  Set fimware image to lower priority.
+    [Documentation]  Set firmware image to lower priority.
     [Arguments]  ${image_version}
 
     # Description of argument(s):
@@ -176,7 +176,7 @@
     [Arguments]  ${image_version}
 
     # Description of argument(s):
-    # image_version       The Fimware image version (e.g. 2.8.0-dev-1107-g512028d95).
+    # image_version       The Firmware image version (e.g. 2.8.0-dev-1107-g512028d95).
 
     ${software_info}=  Read Properties
     ...  ${SOFTWARE_VERSION_URI}/enumerate  quiet=1
@@ -195,7 +195,7 @@
     [Arguments]  ${image_version}  ${software_inventory}
 
     # Description of argument(s):
-    # image_version       The Fimware image version (e.g. 2.8.0-dev-1107-g512028d95).
+    # image_version       The Firmware image version (e.g. 2.8.0-dev-1107-g512028d95).
     # software_inventory  Software inventory details.
 
     ${least_priority}=  Get Least Value Priority Image  ${VERSION_PURPOSE_BMC}
diff --git a/redfish/extended/test_bmc_dump.robot b/redfish/extended/test_bmc_dump.robot
index d1094cc..d5bc4a1 100644
--- a/redfish/extended/test_bmc_dump.robot
+++ b/redfish/extended/test_bmc_dump.robot
@@ -204,7 +204,7 @@
     #Get dump details
     @{dump_entry_list}=  Read Properties  ${DUMP_ENTRY_URI}
 
-    # Verifing that there is only one dump
+    # Verifying that there is only one dump
     ${length}=  Get length  ${dump_entry_list}
     Should Be Equal As Integers  ${length}  ${1}
 
diff --git a/redfish/managers/test_bmc_network_conf.robot b/redfish/managers/test_bmc_network_conf.robot
index 3953ec1..5913bd0 100644
--- a/redfish/managers/test_bmc_network_conf.robot
+++ b/redfish/managers/test_bmc_network_conf.robot
@@ -25,7 +25,7 @@
 ${out_of_range_ip}         10.7.7.256
 ${test_ipv4_addr2}         10.7.7.8
 
-# Valid netmask is 4 bytes long and has continuos block of 1s.
+# Valid netmask is 4 bytes long and has continuous block of 1s.
 # Maximum valid value in each octet is 255 and least value is 0.
 # 253 is not valid, as binary value is 11111101.
 ${invalid_netmask}         255.255.253.0
diff --git a/redfish/managers/test_certificate.robot b/redfish/managers/test_certificate.robot
index 5adceaa..353f0fd 100644
--- a/redfish/managers/test_certificate.robot
+++ b/redfish/managers/test_certificate.robot
@@ -97,9 +97,9 @@
     Install And Verify Certificate Via Redfish  CA  Valid Certificate  error  ${FALSE}
 
 
-Verify Error While Uploding Same CA Certificate
+Verify Error While Uploading Same CA Certificate
     [Documentation]  Verify error while uploading same CA certificate two times.
-    [Tags]  Verify_Error_While_Uploding_Same_CA_Certificate
+    [Tags]  Verify_Error_While_Uploading_Same_CA_Certificate
 
     # Create certificate file for uploading.
     ${cert_file_path}=  Generate Certificate File Via Openssl  Valid Certificate  365
diff --git a/redfish/update_service/test_redfish_bmc_code_update.robot b/redfish/update_service/test_redfish_bmc_code_update.robot
index bebf57e..f0f9aaa 100644
--- a/redfish/update_service/test_redfish_bmc_code_update.robot
+++ b/redfish/update_service/test_redfish_bmc_code_update.robot
@@ -32,7 +32,7 @@
 *** Test Cases ***
 
 Redfish Code Update With ApplyTime OnReset
-    [Documentation]  Update the firmaware image with ApplyTime of OnReset.
+    [Documentation]  Update the firmware image with ApplyTime of OnReset.
     [Tags]  Redfish_Code_Update_With_ApplyTime_OnReset
     [Template]  Redfish Update Firmware
 
@@ -41,7 +41,7 @@
 
 
 Redfish Code Update With ApplyTime Immediate
-    [Documentation]  Update the firmaware image with ApplyTime of Immediate.
+    [Documentation]  Update the firmware image with ApplyTime of Immediate.
     [Tags]  Redfish_Code_Update_With_ApplyTime_Immediate
     [Template]  Redfish Update Firmware
 
@@ -50,7 +50,7 @@
 
 
 Redfish Code Update With Multiple Firmware
-    [Documentation]  Update the firmaware image with ApplyTime of Immediate.
+    [Documentation]  Update the firmware image with ApplyTime of Immediate.
     [Tags]  Redfish_Code_Update_With_Multiple_Firmware
     [Template]  Redfish Multiple Upload Image And Check Progress State
 
diff --git a/redfish/update_service/test_redfish_host_code_update.robot b/redfish/update_service/test_redfish_host_code_update.robot
index fc7cc0a..dd6b919 100644
--- a/redfish/update_service/test_redfish_host_code_update.robot
+++ b/redfish/update_service/test_redfish_host_code_update.robot
@@ -32,7 +32,7 @@
 *** Test Cases ***
 
 Redfish Host Code Update With ApplyTime OnReset
-    [Documentation]  Update the firmaware image with ApplyTime of OnReset.
+    [Documentation]  Update the firmware image with ApplyTime of OnReset.
     [Tags]  Redfish_Host_Code_Update_With_ApplyTime_OnReset
     [Template]  Redfish Update Firmware
 
@@ -41,7 +41,7 @@
 
 
 Redfish Host Code Update With ApplyTime Immediate
-    [Documentation]  Update the firmaware image with ApplyTime of Immediate.
+    [Documentation]  Update the firmware image with ApplyTime of Immediate.
     [Tags]  Redfish_Host_Code_Update_With_ApplyTime_Immediate
     [Template]  Redfish Update Firmware