From 1099a95af859f57bff14c1a51e6024b3ed8d3810 Mon Sep 17 00:00:00 2001 From: mkoch Date: Fri, 12 Mar 2004 08:02:42 +0000 Subject: 2004-03-12 Michael Koch * java/net/HttpURLConnection.java (getResponseCode): Fix another typo in javadoc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79374 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/java/net/HttpURLConnection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/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(). */ -- cgit v1.2.3