fix spelling mistake in comments

This commit is contained in:
Mark Finkle 2009-03-19 22:36:02 -05:00
parent 2c46f96ebe
commit dbbbb3402f

View File

@ -993,13 +993,13 @@ const gXPInstallObserver = {
accessKey: browserBundle.getString("xpinstallPromptAllowButton.accesskey"),
popup: null,
callback: function() {
// Force the addon manager panel to appear. We do this so the
// xptinstall and download observers in the add-ons manager can
// Force the add-ons manager panel to appear. We do this so the
// xpinstall and download observers in the add-ons manager can
// complete the installation
BrowserUI.show(UIMODE_PANEL);
BrowserUI.switchPane("addons-container");
// Kick off the xptinstall
// Kick off the xpinstall
var mgr = Cc["@mozilla.org/xpinstall/install-manager;1"].createInstance(Ci.nsIXPInstallManager);
mgr.initManagerWithInstallInfo(installInfo);
return false;