Typo fix. a2.0=typo

This commit is contained in:
Mounir Lamouri 2010-08-26 00:45:35 +02:00
parent db06beb576
commit 2fc5b9497e

View File

@ -2487,7 +2487,7 @@ nsGenericHTMLFormElement::BindToTree(nsIDocument* aDocument,
// wouldn't be possible to find an element with the corresponding id.
// If @form isn't set, the element *has* to have a parent, otherwise it
// wouldn't be possible to find a form ancestor.
// We should not call UpdateFormOwner if none of these coniditions are
// We should not call UpdateFormOwner if none of these conditions are
// fulfilled.
if (HasAttr(kNameSpaceID_None, nsGkAtoms::form) ? !!GetCurrentDoc()
: !!aParent) {