From: Michael Koch Date: Fri, 12 Mar 2004 08:02:42 +0000 (+0000) Subject: 2004-03-12 Michael Koch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=75e0f3fe0fb3871b640a8c143340eb084acd9b34;p=gcc.git 2004-03-12 Michael Koch * java/net/HttpURLConnection.java (getResponseCode): Fix another typo in javadoc. From-SVN: r79374 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 7d1100fb745..522411d9032 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 a1f256fab4e..6d5fdfcef6a 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(). */