2004-03-12 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Fri, 12 Mar 2004 08:02:42 +0000 (08:02 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Fri, 12 Mar 2004 08:02:42 +0000 (08:02 +0000)
* java/net/HttpURLConnection.java
(getResponseCode): Fix another typo in javadoc.

From-SVN: r79374

libjava/ChangeLog
libjava/java/net/HttpURLConnection.java

index 7d1100fb74506a28ac0d9f20503ba558ee14968a..522411d90321fbb87cf43cdb71b58f6fa74b3e72 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-12  Michael Koch  <konqueror@gmx.de>
+
+       * java/net/HttpURLConnection.java
+       (getResponseCode): Fix another typo in javadoc.
+
 2004-03-11  Michael Koch  <konqueror@gmx.de>
 
        * java/util/logging/Level.java
index a1f256fab4e8638cb55a0ced18c47c580efb38c8..6d5fdfcef6a26cd7176786e495c0a7c5b45196df 100644 (file)
@@ -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 <code>getResponseCode()</code> and
    * <code>getResponseMessage()</code>.
    */