CORD-2083 Fix typo in InternetEmulator service

Change-Id: I7b247c860b1b7369b1eb406d7a04a2cd8c31b9df
diff --git a/xos/synchronizer/steps/sync_internetemulatorserviceinstance.py b/xos/synchronizer/steps/sync_internetemulatorserviceinstance.py
index 6c6f677..468decf 100644
--- a/xos/synchronizer/steps/sync_internetemulatorserviceinstance.py
+++ b/xos/synchronizer/steps/sync_internetemulatorserviceinstance.py
@@ -40,7 +40,7 @@
     watches = [ModelLink(ServiceDependency,via='servicedependency')]
 
     def __init__(self, *args, **kwargs):
-        super(SyncInternetEmulatorInstance, self).__init__(*args, **kwargs)
+        super(SyncInternetEmulatorServiceInstance, self).__init__(*args, **kwargs)
 
     def get_internetemulator(self, o):
         if not o.owner:
@@ -57,4 +57,4 @@
     # part of the set of default attributes.
     def get_extra_attributes(self, o):
         fields = {}
-        return fields
\ No newline at end of file
+        return fields