Bug 1220822 follow-up - Fix typo in nsINode::OwnerDoc() documention. r=mats

MozReview-Commit-ID: Gs9p5UTjqZQ
This commit is contained in:
Jonathan Watt 2016-02-29 23:46:51 +00:00
Родитель 1471e61be9
Коммит f9be18707c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -486,7 +486,7 @@ public:
*
* 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
{