fixed a type error

Change-Id: I9eaceb833e9a0dc491822e3ab2b7d219ee909e82
diff --git a/xos/admin.py b/xos/admin.py
index 22b5707..fff263f 100644
--- a/xos/admin.py
+++ b/xos/admin.py
@@ -102,7 +102,7 @@
 
     readonly_fields = ('backend_status_text', 'instance',)
 
-    form = VMETenantForm
+    form = VMMTenantForm
 
     suit_form_tabs = (('general', 'Details'),)
 
diff --git a/xos/header.py b/xos/header.py
index 98c7297..1c92cc8 100644
--- a/xos/header.py
+++ b/xos/header.py
@@ -17,7 +17,7 @@
 class ConfigurationError(Exception):
     pass
 
-VMME_KIND = "vEPC"
+VMM_KIND = "vEPC"
 
 CORD_USE_VTN = getattr(Config(), "networking_use_vtn", False)
 
diff --git a/xos/templates/mcordadmin.html b/xos/templates/mcordadmin.html
index d8183c2..ebf41d0 100644
--- a/xos/templates/mcordadmin.html
+++ b/xos/templates/mcordadmin.html
@@ -1,7 +1,7 @@
 <div class = "left-nav">
   <ul>
     <li>
-      <a href="/admin/mcordservice/vmmecomponent/">
+      <a href="/admin/mcordservice/vmmcomponent/">
         MCORD Service Components
       </a>
     </li>