mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
fix spelling mistake in comments
This commit is contained in:
parent
2c46f96ebe
commit
dbbbb3402f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user