DatagramSocket.java: Fixed typo.

2004-08-19  Tom Tromey  <tromey@redhat.com>

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

From-SVN: r86244
This commit is contained in:
Tom Tromey 2004-08-19 09:19:58 +00:00 committed by Michael Koch
parent 861aa21540
commit 476a918f8c
2 changed files with 5 additions and 1 deletions

View 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
{