Bug 408373 - Typo in a comment in nsLoginManagerPrompter.js. p=ehsan.akhgari@gmail.com, r/a1.9=beltzner

This commit is contained in:
dolske@mozilla.com 2007-12-14 13:14:56 -08:00
parent 848a8474fc
commit f0fd156a90

View File

@ -613,10 +613,10 @@ LoginManagerPrompter.prototype = {
/*
* _getLocalisedString
* _getLocalizedString
*
* Can be called as:
* _getLocalisedString("key1");
* _getLocalizedString("key1");
* _getLocalizedString("key2", ["arg1"]);
* _getLocalizedString("key3", ["arg1", "arg2"]);
* (etc)