diff options
Diffstat (limited to 'libjava/java/lang/Package.java')
-rw-r--r-- | libjava/java/lang/Package.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/lang/Package.java b/libjava/java/lang/Package.java index 189d26e611b..e7ca66876fa 100644 --- a/libjava/java/lang/Package.java +++ b/libjava/java/lang/Package.java @@ -39,7 +39,7 @@ import java.util.StringTokenizer; * <a href="http://java.sun.com/products/jdk/1.3/docs/guide/versioning/spec/VersioningSpecification.html">Product Versioning Specification</a>. * It also allows packages to be sealed with respect to the originating URL. * <p> - * The most usefull method is the <code>isCompatibleWith()</code> method that + * The most useful method is the <code>isCompatibleWith()</code> method that * compares a desired version of a specification with the version of the * specification as implemented by a package. A package is considered * compatible with another version if the version of the specification is |