Test documentation typo fixes using codespell tool

Changes:
      - Fix typo in code documentation and test name

Tested: - Using codespell tool.

Change-Id: Ia1b65bddc01a4b1c103af9f2094d87da11c88953
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/syslib/utils_keywords.py b/syslib/utils_keywords.py
index 2a33736..456af6f 100644
--- a/syslib/utils_keywords.py
+++ b/syslib/utils_keywords.py
@@ -10,7 +10,7 @@
     from robot.libraries.BuiltIn import BuiltIn
 except ImportError:
     pass
-import os
+import re
 import time
 
 
@@ -189,7 +189,7 @@
     error_list = []
     error_list = htx_error_log_to_list(htx_error_log_output)
 
-    # dictionary which holds the error dictionry entry.
+    # dictionary which holds the error dictionary entry.
     error_dict = {}
 
     temp_error_dict = {}