Skip to content

Commit fff6d73

Browse files
committed
typo fix
1 parent 6d62d87 commit fff6d73

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ext/xmlreader/php_xmlreader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ PHP_METHOD(XMLReader, moveToAttributeNo)
755755
}
756756
/* }}} */
757757

758-
/* {{{ Positions reader at attribute spcified by name and namespaceURI.
758+
/* {{{ Positions reader at attribute specified by name and namespaceURI.
759759
Returns TRUE on success and FALSE on failure */
760760
PHP_METHOD(XMLReader, moveToAttributeNs)
761761
{

ext/xmlreader/tests/expand.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
XMLReader: Expand into existing DOM documet
2+
XMLReader: Expand into existing DOM document
33
--EXTENSIONS--
44
xmlreader
55
dom

ext/xmlwriter/php_xmlwriter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ PHP_FUNCTION(xmlwriter_write_element)
432432
}
433433
/* }}} */
434434

435-
/* {{{ Write full namesapced element tag - returns FALSE on error */
435+
/* {{{ Write full namespaced element tag - returns FALSE on error */
436436
PHP_FUNCTION(xmlwriter_write_element_ns)
437437
{
438438
xmlTextWriterPtr ptr;

ext/xmlwriter/tests/bug39504.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not enity)
2+
Bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not entity)
33
--EXTENSIONS--
44
xmlwriter
55
--FILE--

0 commit comments

Comments
 (0)