2004-01-27 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Tue, 27 Jan 2004 21:05:29 +0000 (21:05 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Tue, 27 Jan 2004 21:05:29 +0000 (21:05 +0000)
* gnu/java/net/protocol/http/Connection.java
(getOutputStream): Fixed typo.

From-SVN: r76748

libjava/ChangeLog
libjava/gnu/java/net/protocol/http/Connection.java

index 7efaa1d3da7aab80204e00b3ce7c4be447d5d6f2..2a021ba8d2c468799707bfc10c5d487ce64eaf57 100644 (file)
@@ -1,3 +1,8 @@
+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
index bc58ebd8bb71e7b15777efdd3de3356f5ba055ac..ac369f4ee6e60ddd3713f51be555db6757754e7d 100644 (file)
@@ -387,7 +387,7 @@ public final class Connection extends HttpURLConnection
   {
     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