Skip to content

Commit c82f29b

Browse files
authored
[skip-revcheck] Fix typo on dom-ns-import-simplexml (#4290)
1 parent 6564f8d commit c82f29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/dom/functions/dom-ns-import-simplexml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<simpara>
1818
This function takes the given attribute or element <parameter>node</parameter> (a
1919
<classname>SimpleXMLElement</classname> instance) and creates a
20-
<classname>Dom\Attr</classname> or <classname>Dom\Element</classname> node, repectively.
20+
<classname>Dom\Attr</classname> or <classname>Dom\Element</classname> node, respectively.
2121
The new <classname>Dom\Node</classname> refers to the same underlying XML node
2222
as the <classname>SimpleXMLElement</classname>.
2323
</simpara>

0 commit comments

Comments
 (0)