Typo and robot lint fix in code documentation

Change-Id: I5f06c3c40c94cf00b001cd1655e1e21a92f9fee3
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/gen_valid.py b/lib/gen_valid.py
index ee394ca..aaf5213 100755
--- a/lib/gen_valid.py
+++ b/lib/gen_valid.py
@@ -585,13 +585,13 @@
     required_keys                   A list of keys which must be found in the dictionary for it to be
                                     considered valid.
     valid_values                    A dictionary whose entries correspond to the entries in var_value.  Each
-                                    value in valid_values is itself a valid_values list for the correponding
+                                    value in valid_values is itself a valid_values list for the corresponding
                                     value in var_value.  For any var_value[key] to be considered valid, its
                                     value must be found in valid_values[key].
 
     invalid_values                  A dictionary whose entries correspond to the entries in var_value.  Each
                                     value in invalid_values is itself an invalid_values list for the
-                                    correponding value in var_value.  For any var_value[key] to be considered
+                                    corresponding value in var_value.  For any var_value[key] to be considered
                                     valid, its value must NOT be found in invalid_values[key].
     """
 
diff --git a/openpower/ext_interfaces/test_savearea_management.robot b/openpower/ext_interfaces/test_savearea_management.robot
index e95b15a..87e14f1 100644
--- a/openpower/ext_interfaces/test_savearea_management.robot
+++ b/openpower/ext_interfaces/test_savearea_management.robot
@@ -405,7 +405,7 @@
 
     # Create different user accounts.
     Redfish.Login
-    Create Users With Different Roles  users=${USERS}  force=${True} 
+    Create Users With Different Roles  users=${USERS}  force=${True}
     # Get REST session to BMC.
     Initialize OpenBMC
 
diff --git a/redfish/account_service/test_ldap_configuration.robot b/redfish/account_service/test_ldap_configuration.robot
index 98e68c3..948be44 100644
--- a/redfish/account_service/test_ldap_configuration.robot
+++ b/redfish/account_service/test_ldap_configuration.robot
@@ -720,5 +720,3 @@
 
     Redfish.Post  ${REDFISH_POWER_URI}
     ...  body={'ResetType': 'On'}   valid_status_codes=[${valid_status_code}]
-
-