HttpURLConnection.java: Fixed typo in javadoc.

2004-03-11  Michael Koch  <konqueror@gmx.de>

	* java/net/HttpURLConnection.java:
	Fixed typo in javadoc.

From-SVN: r79328
This commit is contained in:
Michael Koch 2004-03-11 15:39:49 +00:00 committed by Michael Koch
parent f0a4c30f7e
commit c21a266bf2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-03-11 Michael Koch <konqueror@gmx.de>
* java/net/HttpURLConnection.java:
Fixed typo in javadoc.
2004-03-11 Guilhem Lavaux <guilhem@kaffe.org>
* java/io/BufferedInputStream.java (marktarget): New field for max

View File

@ -321,7 +321,7 @@ public abstract class HttpURLConnection extends URLConnection
/**
* Whether we alreadt got a valid response code for this connection.
* Used by <code>getResponceCode()</code> and
* Used by <code>getResponseCode()</code> and
* <code>getResponseMessage()</code>.
*/
private boolean gotResponseVals = false;