From da16a673911a0058e9a1cab16ad02116f85ddc06 Mon Sep 17 00:00:00 2001 From: knut <> Date: Thu, 18 May 2006 21:39:16 +0000 Subject: Fixed minor typo in param doc of setAttribute() --- framework/Xml/TXmlDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- cgit v1.2.3