DatagramSocket.java: Fixed typo.
authorTom Tromey <tromey@redhat.com>
Thu, 19 Aug 2004 09:19:58 +0000 (09:19 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Thu, 19 Aug 2004 09:19:58 +0000 (09:19 +0000)
2004-08-19  Tom Tromey  <tromey@redhat.com>

* java/net/DatagramSocket.java: Fixed typo.

From-SVN: r86244

libjava/ChangeLog
libjava/java/net/DatagramSocket.java

index ec269b0b495f52aa1737d497b5ce604c0f2e2363..d47cb4c0264f68689cf6784522d65e895ebe774a 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-19  Tom Tromey  <tromey@redhat.com>
+
+       * java/net/DatagramSocket.java: Fixed typo.
+
 2004-08-18  Bryce McKinlay  <mckinlay@redhat.com>
 
        PR libgcj/17081
index d29d122349838aef8d14d5ee54e7b446e0b60a06..c84efdaf2cdf77a3f27d3b6a61b745f2aab63f74 100644 (file)
@@ -554,7 +554,7 @@ public class DatagramSocket
    * @exception IllegalBlockingModeException If this socket has an associated
    * channel, and the channel is in non-blocking mode.
    * @exception SecurityException If a security manager exists and its
-   * checkAccept ethod doesn't allow the receive.
+   * checkAccept method doesn't allow the receive.
    */
   public synchronized void receive(DatagramPacket p) throws IOException
   {