Typo and test case name fix

Change-Id: If65f27f0b67f2f7ea0091c9b060740f78c926693
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/bin/gen_setup.sh b/bin/gen_setup.sh
index e37dfa7..eb81919 100755
--- a/bin/gen_setup.sh
+++ b/bin/gen_setup.sh
@@ -38,7 +38,7 @@
   # The program name is the program path minus all characters up to and
   # including the first slash.
   local _spn_loc_program_name_=${_spn_loc_program_path_##*/}
-  # The program dir path is the program path minus everythin from the last
+  # The program dir path is the program path minus everything from the last
   # slash to the end of the string.
   local _spn_loc_program_dir_path_=${_spn_loc_program_path_%${_spn_loc_program_name_}}
 
diff --git a/lib/var_funcs.py b/lib/var_funcs.py
index e687d80..889a5f7 100644
--- a/lib/var_funcs.py
+++ b/lib/var_funcs.py
@@ -743,7 +743,7 @@
                                     dictionary of dictionaries, a list of
                                     dictionaries, etc.).  This function will
                                     locate the given key at any level within
-                                    the strucutre and include its value in the
+                                    the structure and include its value in the
                                     returned list.
     """
 
diff --git a/redfish/account_service/test_user_account.robot b/redfish/account_service/test_user_account.robot
index 69328ff..8d31376 100644
--- a/redfish/account_service/test_user_account.robot
+++ b/redfish/account_service/test_user_account.robot
@@ -51,9 +51,9 @@
     user_user      TestPwd123  User            ${True}
     callback_user  TestPwd123  Callback        ${True}
 
-Verify User Creation Without Enabling it
+Verify User Creation Without Enabling It
     [Documentation]  Verify User Creation Without Enabling it.
-    [Tags]  Verify_User_Creation_Without_Enabling_it
+    [Tags]  Verify_User_Creation_Without_Enabling_It
     [Template]  Verify Create User Without Enabling
 
     #username      password    role_id         enabled
@@ -171,7 +171,7 @@
 Test Teardown Execution
     [Documentation]  Do the post test teardown.
 
-    FFDC On Test Case Fail
+    #FFDC On Test Case Fail
     Redfish.Logout
 
 Redfish Create User