Typo fixes in test documentation

Change-Id: I09bed09db845a2788e0ebe384db937a13031b083
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/external_intf/management_console_utils.robot b/lib/external_intf/management_console_utils.robot
index b9c0462..5c01227 100644
--- a/lib/external_intf/management_console_utils.robot
+++ b/lib/external_intf/management_console_utils.robot
@@ -20,7 +20,7 @@
     [Arguments]  ${command}
 
     # Description of argument(s):
-    # command  Get command from dictionay.
+    # command  Get command from dictionary.
 
     ${service_command}=  Get From Dictionary  ${daemon_command}  ${command}
     ${resp}  ${stderr}  ${rc}=  BMC Execute Command  ${service_command}  print_out=1
@@ -32,7 +32,7 @@
     [Arguments]  ${message}
 
     # Description of argument(s):
-    # message  Get status message from dictionay.
+    # message  Get status message from dictionary.
 
     ${service_command}=  Get From Dictionary  ${daemon_command}  status
     ${service_message}=  Get From Dictionary  ${daemon_message}  ${message}