summaryrefslogtreecommitdiff
path: root/test/HTML5/Html5Test.php
diff options
context:
space:
mode:
authorChristophe Coevoet <[email protected]>2018-11-24 14:40:25 +0100
committerChristophe Coevoet <[email protected]>2018-11-24 18:16:48 +0100
commit5fc632676eeb0c34ee8a66f6ebf8c39985766f08 (patch)
tree4ad90f15a8a20465b465b8fabc907946fd38a39a /test/HTML5/Html5Test.php
parent1fd419b9e62efcab9c79f3848c54dd3717a7e725 (diff)
Fix typos in comments
Diffstat (limited to 'test/HTML5/Html5Test.php')
-rw-r--r--test/HTML5/Html5Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/HTML5/Html5Test.php b/test/HTML5/Html5Test.php
index 77643c4..7873cd9 100644
--- a/test/HTML5/Html5Test.php
+++ b/test/HTML5/Html5Test.php
@@ -237,7 +237,7 @@ class Html5Test extends TestCase
$this->assertFalse($svg->hasAttribute('viewbox'));
// Test a mixed case tag.
- // Note: getElementsByTagName is not case sensetitive.
+ // Note: getElementsByTagName is not case sensitive.
$list = $dom->getElementsByTagName('textPath');
$this->assertNotEmpty($list->length);
$textPath = $list->item(0);