Bug 106386 Correct misspellings in source code
r=glennrp@gmail.com, bclary@bclary.com rs=brendan git-svn-id: svn://10.0.0.236/trunk@214560 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2439,7 +2439,7 @@ nsXFormsModelElement::ProcessBind(nsIDOMXPathEvaluator *aEvaluator,
|
||||
NS_ENSURE_TRUE(newString, NS_ERROR_OUT_OF_MEMORY);
|
||||
NS_ENSURE_TRUE(table->Put(node, newString), NS_ERROR_OUT_OF_MEMORY);
|
||||
|
||||
// string is succesfully stored in the table, we should not dealloc it
|
||||
// string is successfully stored in the table, we should not dealloc it
|
||||
newString.forget();
|
||||
|
||||
if (j == eModel_type) {
|
||||
|
||||
Reference in New Issue
Block a user