* gnu/java/net/protocol/http/Connection.java
(getOutputStream): Fixed typo.
From-SVN: r76748
+2004-01-27 Michael Koch <konqueror@gmx.de>
+
+ * gnu/java/net/protocol/http/Connection.java
+ (getOutputStream): Fixed typo.
+
2004-01-27 Michael Koch <konqueror@gmx.de>
* java/lang/Class.java
{
if (connected)
throw new ProtocolException
- ("You cannot get an outputstream for an existing http connection");
+ ("You cannot get an output stream for an existing http connection");
if (!doOutput)
throw new ProtocolException