Bug 106386 Correct misspellings in source code

patch by unknown@simplemachines.org r=timeless rs=brendan
This commit is contained in:
timeless%mozdev.org 2006-07-27 14:58:42 +00:00
parent 5577743d5a
commit 47f2f63783
2 changed files with 2 additions and 2 deletions

View File

@ -1083,7 +1083,7 @@ function getArcValueForID(aArc, aID)
return val;
}
//Fill in tooltip in teh search results panel
//Fill in tooltip in the search results panel
function FillInDescTooltip(tipElement)
{
var retValue = false;

View File

@ -323,7 +323,7 @@ function (force_reload)
{
// This function requires that the attribute 'last-selected-panel'
// holds the id of a non-excluded panel. If it doesn't, no panel will
// be selected. The attribute is used instead of a funciton
// be selected. The attribute is used instead of a function
// parameter to allow the value to be persisted in localstore.rdf.
var selected_id = this.node.getAttribute('last-selected-panel');