aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpapush2021-08-29 16:02:08 +0200
committerpapush2021-08-29 16:02:08 +0200
commite5b62a01b3e62699e489665f5d7a59c3dbab94ab (patch)
tree8d26a01d7c6b14034cacd823955bdb66b9da5f55
parentfb6eec74d2f1bf050d068e0894cce89a31fc9a78 (diff)
fix a typo
-rw-r--r--chrome/js/xpcom.js4
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',