diff options
Diffstat (limited to 'libjava/javax/naming/NamingException.java')
-rw-r--r-- | libjava/javax/naming/NamingException.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/javax/naming/NamingException.java b/libjava/javax/naming/NamingException.java index a377041..6c0f017 100644 --- a/libjava/javax/naming/NamingException.java +++ b/libjava/javax/naming/NamingException.java @@ -47,7 +47,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 occurred. + * the exception occured. * * @since 1.3 * @author Anthony Green (green@redhat.com) |