Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

Commit

Permalink
Bug 1220822 follow-up - Fix typo in nsINode::OwnerDoc() documention. …
Browse files Browse the repository at this point in the history
…r=mats

MozReview-Commit-ID: Gs9p5UTjqZQ
  • Loading branch information
jwatt committed Feb 29, 2016
1 parent 1471e61 commit f9be187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/base/nsINode.h
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ class nsINode : public mozilla::dom::EventTarget
*
* https://dom.spec.whatwg.org/#dom-node-ownerdocument
*
* For all other cases GetOwnerDoc and GetOwnerDocument behave identically.
* For all other cases OwnerDoc and GetOwnerDocument behave identically.
*/
nsIDocument *OwnerDoc() const
{
Expand Down

0 comments on commit f9be187

Please sign in to comment.