aboutsummaryrefslogtreecommitdiff
path: root/libjava/javax/naming/NamingException.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/naming/NamingException.java')
-rw-r--r--libjava/javax/naming/NamingException.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/javax/naming/NamingException.java b/libjava/javax/naming/NamingException.java
index b214f19f519..08f2e6b82f9 100644
--- a/libjava/javax/naming/NamingException.java
+++ b/libjava/javax/naming/NamingException.java
@@ -36,7 +36,7 @@ import java.io.PrintWriter;
* <code>NamingException</code>), the part of the <code>Name</code> that
* could be resolved (including the <code>Object</code> it resolved to)
* and the part of the <code>Name</code> that could not be resolved when
- * the exception occured.
+ * the exception occurred.
*
* @since 1.3
* @author Anthony Green (green@redhat.com)