aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-XPath/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Class-XPath/pkg-descr')
-rw-r--r--devel/p5-Class-XPath/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Class-XPath/pkg-descr b/devel/p5-Class-XPath/pkg-descr
index 042932f4bb0d..dde381ccaf2f 100644
--- a/devel/p5-Class-XPath/pkg-descr
+++ b/devel/p5-Class-XPath/pkg-descr
@@ -1,6 +1,6 @@
This module adds XPath-style matching to your object trees. This means
that you can find nodes using an XPath-esque query with "match()" from
-anywhere in the tree. Also, the "xpath()" method returns a unqique path
+anywhere in the tree. Also, the "xpath()" method returns a unique path
to a given node which can be used as an identifier.
NOTE: This module is not yet a complete XPath implementation. Over