From 0a012001381fbf6b963def7260cfb5b2871de35e Mon Sep 17 00:00:00 2001
From: Andrei Picus <office.nightcrawler@gmail.com>
Date: Wed, 8 Jan 2014 18:03:39 +0200
Subject: Tests: Fix grammar error in comment

Changed it's to its.

Closes gh-1164
---
 tests/unit/testsuite.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js
index ffd1e73de..e15d57a91 100644
--- a/tests/unit/testsuite.js
+++ b/tests/unit/testsuite.js
@@ -211,7 +211,7 @@ window.closeEnough = function( actual, expected, maxDifference, message ) {
 /*
  * Experimental assertion for comparing DOM objects.
  *
- * Serializes an element and some properties and attributes and it's children if any, otherwise the text.
+ * Serializes an element and some properties and attributes and its children if any, otherwise the text.
  * Then compares the result using deepEqual.
  */
 window.domEqual = function( selector, modifier, message ) {
-- 
cgit v1.2.3