summaryrefslogtreecommitdiff
path: root/libjava/java/net/ConnectException.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/net/ConnectException.java')
-rw-r--r--libjava/java/net/ConnectException.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/net/ConnectException.java b/libjava/java/net/ConnectException.java
index 0ac64c8888c..fc234a576a4 100644
--- a/libjava/java/net/ConnectException.java
+++ b/libjava/java/net/ConnectException.java
@@ -1,4 +1,4 @@
-/* ConnectException.java -- An exception occured while connecting to a host
+/* ConnectException.java -- An exception occurred while connecting to a host
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -34,7 +34,7 @@ package java.net;
*/
/**
- * This exception indicates that an error occured while attempting to
+ * This exception indicates that an error occurred while attempting to
* connect to a remote host. Often this indicates that the remote host
* refused the connection (ie, is not listening on the target socket).
*