summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xml/dom/XNodeList.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/dom/XNodeList.idl')
-rw-r--r--offapi/com/sun/star/xml/dom/XNodeList.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/xml/dom/XNodeList.idl b/offapi/com/sun/star/xml/dom/XNodeList.idl
index a59d2aa7a70a..7c8ae6c85326 100644
--- a/offapi/com/sun/star/xml/dom/XNodeList.idl
+++ b/offapi/com/sun/star/xml/dom/XNodeList.idl
@@ -44,7 +44,7 @@ interface XNodeList : com::sun::star::uno::XInterface
*/
long getLength();
/**
- Returns the indexth item in the collection.
+ Returns a node specified by index in the collection.
*/
XNode item([in] long index);
};