diff options
Diffstat (limited to 'chrome/js')
-rw-r--r-- | chrome/js/xpcom.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/js/xpcom.js b/chrome/js/xpcom.js index 6a9313d..81885f1 100644 --- a/chrome/js/xpcom.js +++ b/chrome/js/xpcom.js @@ -22,7 +22,7 @@ const IOService = Service("@mozilla.org/network/io-service;1","nsIIOService"); const LocaleService = Service("@mozilla.org/intl/nslocaleservice;1", "nsILocaleService"); const StringBundleService = Service("@mozilla.org/intl/stringbundle;1", "nsIStringBundleService"); const ConsoleService = Service("@mozilla.org/consoleservice;1", "nsIConsoleService"); -const PrefServie = Service("@mozilla.org/preferences-service;1", "nsIPrefService"); +const PrefService = Service("@mozilla.org/preferences-service;1", "nsIPrefService"); const DirectoryService = Service("@mozilla.org/file/directory_service;1", "nsIProperties"); var EXPORTED_SYMBOLS = [ @@ -40,7 +40,7 @@ var EXPORTED_SYMBOLS = [ 'LocaleService', 'StringBundleService', 'ConsoleService', - 'PrefServie', + 'PrefService', 'DirectoryService', 'Ci', 'Cc', |