From a883a5ca88fdf538340784c85b9b05b436e2bd27 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Fri, 23 Apr 2004 04:00:50 +0000 Subject: [PATCH] bug 124868 i have never seen an Accoun Manager and never hope to see one rs=mscott git-svn-id: svn://10.0.0.236/trunk@155369 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/extensions/mdn/src/mdn-service.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/mailnews/extensions/mdn/src/mdn-service.js b/mozilla/mailnews/extensions/mdn/src/mdn-service.js index 2fa2754c025..9f13c9569f0 100644 --- a/mozilla/mailnews/extensions/mdn/src/mdn-service.js +++ b/mozilla/mailnews/extensions/mdn/src/mdn-service.js @@ -39,11 +39,11 @@ /* components defined in this file */ const MDN_EXTENSION_SERVICE_CONTRACTID = - "@mozilla.org/accounmanager/extension;1?name=mdn"; + "@mozilla.org/accountmanager/extension;1?name=mdn"; const MDN_EXTENSION_SERVICE_CID = Components.ID("{e007d92e-1dd1-11b2-a61e-dc962c9b8571}"); -/* interafces used in this file */ +/* interfaces used in this file */ const nsIMsgAccountManagerExtension = Components.interfaces.nsIMsgAccountManagerExtension; const nsICategoryManager = Components.interfaces.nsICategoryManager; const nsISupports = Components.interfaces.nsISupports;