Fix tag syntax and spellings

Changes:
    - Tag mismatch fix
    - typo fixes

Tested: - NA
Change-Id: Ie90788fda83dff6c7867a924163ee1ab50f0916a
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/external_intf/management_console_utils.py b/lib/external_intf/management_console_utils.py
index 5f02732..3c6d819 100644
--- a/lib/external_intf/management_console_utils.py
+++ b/lib/external_intf/management_console_utils.py
@@ -25,7 +25,7 @@
     Parse the BMC records to check for passed input.
 
     Description of arguments:
-    bmc_records            Contains the list of discoverd BMC records.
+    bmc_records            Contains the list of discovered BMC records.
     bmc_ip                 BMC ip address.
     """
 
@@ -144,7 +144,7 @@
 
     Description of arguments:
     service_type     Service type (e.g. RESTService, RedfishService).
-    bmc_records      Contains the list of discoverd BMC records.
+    bmc_records      Contains the list of discovered BMC records.
 
     This function will return this variable i.e.
     bmc_inv_list in dictionary form as mention below.