Fix typo in code documentation

Change-Id: Ic9ae07a6bfa294df658e7c607d61977a5711db23
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/openpower/ext_interfaces/test_lock_management.robot b/openpower/ext_interfaces/test_lock_management.robot
index f229c62..931bb14 100644
--- a/openpower/ext_interfaces/test_lock_management.robot
+++ b/openpower/ext_interfaces/test_lock_management.robot
@@ -160,7 +160,7 @@
 
 
 Fail To Release Multiple Lock With Valid And Invalid TransactionID
-    [Documentation]  Release multiple lock with valid and invalid trasaction.
+    [Documentation]  Release multiple lock with valid and invalid transaction.
     [Tags]  Fail_To_Release_Multiple_Lock_With_Valid_And_Invalid_TransactionID
     [Template]  Verify Fail To Release Multiple Lock With Valid And Invalid TransactionID
 
@@ -963,7 +963,7 @@
 
 
 Verify Fail To Release Multiple Lock With Valid And Invalid TransactionID
-    [Documentation]  Verify fail to be release multiple lock with valid and invalid trasaction ID.
+    [Documentation]  Verify fail to be release multiple lock with valid and invalid transaction ID.
     [Arguments]  ${client_id}  ${lock_type}  ${release_lock_type}
 
     # Description of argument(s):
@@ -997,7 +997,7 @@
 
 
 Verify Fail To Release Lock With TransactionID As String Type
-    [Documentation]  Verify fail to be release lock with trasaction ID as string data type.
+    [Documentation]  Verify fail to be release lock with transaction ID as string data type.
     [Arguments]  ${client_id}  ${lock_type}  ${release_lock_type}
 
     # Description of argument(s):
diff --git a/redfish/managers/test_bmc_ipv6.robot b/redfish/managers/test_bmc_ipv6.robot
index f606f7b..f343b01 100644
--- a/redfish/managers/test_bmc_ipv6.robot
+++ b/redfish/managers/test_bmc_ipv6.robot
@@ -41,7 +41,7 @@
 
 
 Get IPv6 Default Gateway And Verify
-    [Documentation]  Get IPv6 default gatway and verify.
+    [Documentation]  Get IPv6 default gateway and verify.
 
     ${resp}=  Redfish.Get  ${REDFISH_NW_ETH_IFACE}${ethernet_interface}
     ${ipv6_gateway}=  Get From Dictionary  ${resp.dict}  IPv6DefaultGateway
diff --git a/redfish/service_root/test_sessions_management.robot b/redfish/service_root/test_sessions_management.robot
index 1ef3717..afe68f9 100644
--- a/redfish/service_root/test_sessions_management.robot
+++ b/redfish/service_root/test_sessions_management.robot
@@ -42,7 +42,7 @@
     [Template]  Set Session Timeout And Verify
     [Teardown]  Set Session Timeout And Verify  ${3600}  ${HTTP_OK}
 
-    # The mininum & maximum allowed values for session timeout are 30
+    # The minimum & maximum allowed values for session timeout are 30
     # seconds and 86400 seconds respectively as per the session service
     # schema mentioned at
     # https://redfish.dmtf.org/schemas/v1/SessionService.v1_1_7.json