diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 7d1100fb7450..522411d90321 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2004-03-12 Michael Koch + + * java/net/HttpURLConnection.java + (getResponseCode): Fix another typo in javadoc. + 2004-03-11 Michael Koch * java/util/logging/Level.java diff --git a/libjava/java/net/HttpURLConnection.java b/libjava/java/net/HttpURLConnection.java index a1f256fab4e8..6d5fdfcef6a2 100644 --- a/libjava/java/net/HttpURLConnection.java +++ b/libjava/java/net/HttpURLConnection.java @@ -320,7 +320,7 @@ public abstract class HttpURLConnection extends URLConnection protected boolean instanceFollowRedirects = followRedirects; /** - * Whether we alreadt got a valid response code for this connection. + * Whether we already got a valid response code for this connection. * Used by getResponseCode() and * getResponseMessage(). */