Fix typo in test documentation

Change-Id: I884c3c2bc41cd201baab58f0d32f16807e7380f9
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/openpower/ext_interfaces/test_discovery.robot b/openpower/ext_interfaces/test_discovery.robot
index a1460a4..65a6a8c 100644
--- a/openpower/ext_interfaces/test_discovery.robot
+++ b/openpower/ext_interfaces/test_discovery.robot
@@ -41,7 +41,7 @@
 
 
 Disable AvahiDaemon And Discover BMC After Reboot
-    [Documentation]  BMC should be discoverable in next reboot even after disabling Avahi deamon.
+    [Documentation]  BMC should be discoverable in next reboot even after disabling Avahi daemon.
     [Tags]  Disable_AvahiDaemon_And_Discover_BMC_After_Reboot
     [Template]  Set Daemon And Discover BMC After Reboot
 
diff --git a/openpower/vpd/test_vpd_tool.robot b/openpower/vpd/test_vpd_tool.robot
index 277861e..29e0b73 100644
--- a/openpower/vpd/test_vpd_tool.robot
+++ b/openpower/vpd/test_vpd_tool.robot
@@ -50,7 +50,7 @@
 
 
 Verify VPD Field Write
-    [Documentation]  Verify writting VPD field value via vpdtool.
+    [Documentation]  Verify writing VPD field value via vpdtool.
     [Tags]  Verify_VPD_Field_Write
 
     ${components}=  Get Dictionary Keys  ${VPD_DETAILS}
diff --git a/redfish/dmtf_tools/test_redfishtool.robot b/redfish/dmtf_tools/test_redfishtool.robot
index 43f2d7a..dfc34fe 100644
--- a/redfish/dmtf_tools/test_redfishtool.robot
+++ b/redfish/dmtf_tools/test_redfishtool.robot
@@ -85,7 +85,7 @@
     Redfishtool Access Resource  /redfish/v1/AccountService/Accounts  "UserT100"  "TestPwd123"  ${HTTP_UNAUTHORIZED}
 
 Verify Redfishtool Error Upon Creating Same Users With Different Privileges
-    [Documentation]  Verify error upon creating same users with different previleges.
+    [Documentation]  Verify error upon creating same users with different privileges.
     [Tags]  Verify_Redfishtool_Error_Upon_Creating_Same_Users_With_Different_Privileges
     [Teardown]  Redfishtool Delete User  "UserT100"
 
@@ -94,7 +94,7 @@
 
 
 Verify Redfishtool Admin User Privilege
-    [Documentation]  Verify previlege of admin user.
+    [Documentation]  Verify privilege of admin user.
     [Tags]  Verify_Redfishtool_Admin_User_Privilege
     [Teardown]  Run Keywords  Redfishtool Delete User  "UserT100"  AND
     ...  Redfishtool Delete User  "UserT101"