(no commit message)
authorErik Brakkee <erik@brakkee.org>
Fri, 4 Mar 2011 22:51:59 +0000 (22:51 +0000)
committerErik Brakkee <erik@brakkee.org>
Fri, 4 Mar 2011 22:51:59 +0000 (22:51 +0000)
support/general/src/main/java/org/wamblee/xml/package-info.java

index 561d6419ee732b58c20ec51805219b1aae2809c0..bc15fec978eecf773a25caf4976564b3ca41691f 100644 (file)
@@ -17,7 +17,7 @@
  * <p>
  * 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.