2004-08-19 Tom Tromey <tromey@redhat.com>
* java/net/DatagramSocket.java: Fixed typo.
From-SVN: r86244
+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
* @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
{