Fix test typo and documentation

Tested:
    - NA

Change-Id: I45b91a7c10101650464e56aa209c0d88d8ebe5f6
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/ipmi/test_ipmi_general.robot b/ipmi/test_ipmi_general.robot
index 4b44a7f..b53005a 100644
--- a/ipmi/test_ipmi_general.robot
+++ b/ipmi/test_ipmi_general.robot
@@ -275,8 +275,9 @@
     IF  ${privilege_level} == 0x05
         Should Contain  ${msg}  Unknown  rsp=0x81
     ELSE
-        # According to IPMI spec privelege level except 0x00-0x05, others are reserved. So if we
-        # try to set those privelege we will get rsp as 0xcc(Invalid data filed in request)
+        # According to IPMI spec privilege level except 0x00-0x05, others are
+        # reserved. So if we try to set those privilege we will get rsp as
+        # 0xcc(Invalid data filed in request)
         Should Contain  ${msg}  Invalid data field in request  rsp=0xcc
     END