From e5b62a01b3e62699e489665f5d7a59c3dbab94ab Mon Sep 17 00:00:00 2001 From: papush Date: Sun, 29 Aug 2021 16:02:08 +0200 Subject: fix a typo --- chrome/js/xpcom.js | 4 ++-- 1 file 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', -- cgit v1.2.3