Commit c21a266b by Michael Koch Committed by Michael Koch

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
parent f0a4c30f
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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment