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}
diff --git a/lib/pldm_utils.py b/lib/pldm_utils.py
index 99fa3ff..7aec8c0 100644
--- a/lib/pldm_utils.py
+++ b/lib/pldm_utils.py
@@ -112,7 +112,7 @@
 
         # Check if parameter pldm_attributetable/pldm_attributevaluetable present for
         # pldmtool GetBIOSTable --type AttributeTable/AttributeValueTable.
-        # Note: Ouput for AttributeTable/AttributeValueTable is huge and verification of
+        # Note: Output for AttributeTable/AttributeValueTable is huge and verification of
         #       table content is not available.
         elif 'pldm_attributetable' in result:
             result['pldm_attributetable'] = True