diff --git a/js/ui/shellDBus.js b/js/ui/shellDBus.js index a396758a5..6aaa2f0a1 100644 --- a/js/ui/shellDBus.js +++ b/js/ui/shellDBus.js @@ -47,7 +47,7 @@ const GnomeShell = new Lang.Class({ this._dbusImpl = Gio.DBusExportedObject.wrapJSObject(GnomeShellIface, this); this._dbusImpl.export(Gio.DBus.session, '/org/gnome/Shell'); - this._extensionsSerivce = new GnomeShellExtensions(); + this._extensionsService = new GnomeShellExtensions(); this._screenshotService = new Screenshot.ScreenshotService(); },