diff options
Diffstat (limited to 'libjava/java/util/jar/Attributes.java')
-rw-r--r-- | libjava/java/util/jar/Attributes.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/util/jar/Attributes.java b/libjava/java/util/jar/Attributes.java index b18b5d8ca8a..ce1c9abaa2c 100644 --- a/libjava/java/util/jar/Attributes.java +++ b/libjava/java/util/jar/Attributes.java @@ -45,7 +45,7 @@ import java.util.Set; * manipulating the Attributes more or less type safe. * <p> * Most of the methods are wrappers to implement the Map interface. The really - * usefull and often used methods are <code>getValue(Name)</code> and + * useful and often used methods are <code>getValue(Name)</code> and * <code>getValue(String)</code>. If you actually want to set attributes you * may want to use the <code>putValue(String, String)</code> method * (sorry there is no public type safe <code>putValue(Name, String)</code> |