summaryrefslogtreecommitdiff
path: root/framework/Xml/TXmlDocument.php
diff options
context:
space:
mode:
authorknut <>2006-05-18 21:39:16 +0000
committerknut <>2006-05-18 21:39:16 +0000
commitda16a673911a0058e9a1cab16ad02116f85ddc06 (patch)
tree4ee048c6b723b0dba77edee47e3b84d37017b7be /framework/Xml/TXmlDocument.php
parent1cd5380675aab9a2884845b6630091be2e857f69 (diff)
Fixed minor typo in param doc of setAttribute()
Diffstat (limited to 'framework/Xml/TXmlDocument.php')
-rw-r--r--framework/Xml/TXmlDocument.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Xml/TXmlDocument.php b/framework/Xml/TXmlDocument.php
index 66f2f13b..46181761 100644
--- a/framework/Xml/TXmlDocument.php
+++ b/framework/Xml/TXmlDocument.php
@@ -424,7 +424,7 @@ class TXmlElementList extends TList
* Inserts an item at the specified position.
* This overrides the parent implementation by performing additional
* operations for each newly added TXmlElement object.
- * @param integer the speicified position.
+ * @param integer the specified position.
* @param mixed new item
* @throws TInvalidDataTypeException if the item to be inserted is not a TXmlElement object.
*/