summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*/