diff options
Diffstat (limited to 'libjava/java/net/BindException.java')
-rw-r--r-- | libjava/java/net/BindException.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/net/BindException.java b/libjava/java/net/BindException.java index 3aeedd3..7fb5cfd 100644 --- a/libjava/java/net/BindException.java +++ b/libjava/java/net/BindException.java @@ -1,4 +1,4 @@ -/* BindException.java -- An exception occured while binding to a socket +/* BindException.java -- An exception occurred while binding to a socket Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -33,7 +33,7 @@ package java.net; */ /** - * This exception indicates that an error occured while attempting to bind + * This exception indicates that an error occurred while attempting to bind * socket to a particular port. * * @author Aaron M. Renn (arenn@urbanophile.com) |