From cadb7f52fa9b4d644fc978d1ad735b43508c4e73 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Fri, 4 Mar 2011 22:51:59 +0000 Subject: [PATCH] --- support/general/src/main/java/org/wamblee/xml/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/general/src/main/java/org/wamblee/xml/package-info.java b/support/general/src/main/java/org/wamblee/xml/package-info.java index 561d6419..bc15fec9 100644 --- a/support/general/src/main/java/org/wamblee/xml/package-info.java +++ b/support/general/src/main/java/org/wamblee/xml/package-info.java @@ -17,7 +17,7 @@ *

* Utilities for XML processing. The aim of this package is to simplify the * common tasks of parsing, validating, and transforming XML files and to - * provide support for XPath. The utlities simply use the standard Java SE APIs + * provide support for XPath. The utlities use the standard Java SE APIs * but are much easier to use. For cases where more advanced functionality is required, * the classes provide access to the underlying Java SE types. The implementation is * based on DOM level 3 parsing. -- 2.31.1