diff options
Diffstat (limited to 'libjava/java/net')
-rw-r--r-- | libjava/java/net/HttpURLConnection.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/net/HttpURLConnection.java b/libjava/java/net/HttpURLConnection.java index a1f256f..6d5fdfc 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 <code>getResponseCode()</code> and * <code>getResponseMessage()</code>. */ |