Fixed typo in string. Fixes bug #687248

This commit is contained in:
Daniel Mustieles 2013-02-25 14:27:31 +01:00
parent 2541f85942
commit a1d37617a8

View File

@ -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();
},