classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: FYI: typo fix


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: typo fix
Date: 06 Aug 2004 17:48:20 -0600

I'm checking this in.  This fixes a small typo.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * java/net/DatagramSocket.java: Fixed typo.

Index: java/net/DatagramSocket.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/net/DatagramSocket.java,v
retrieving revision 1.41
diff -u -r1.41 DatagramSocket.java
--- java/net/DatagramSocket.java 17 Jul 2004 07:34:55 -0000 1.41
+++ java/net/DatagramSocket.java 7 Aug 2004 00:04:03 -0000
@@ -554,7 +554,7 @@
    * @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
   {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]