aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libjava/ChangeLog4
-rw-r--r--libjava/javax/naming/Context.java2
2 files changed, 5 insertions, 1 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 16f8e65..f033324 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-22 Joerg Brunsmann <joerg_brunsmann@yahoo.de>
+
+ * javax/naming/Context.java (SECURITY_CREDENTIALS): Fix typo.
+
2001-03-22 Marcus G. Daniels <mgd@swarm.org>
* jni.cc (add_char): Handle `.' like `/'.
diff --git a/libjava/javax/naming/Context.java b/libjava/javax/naming/Context.java
index 8d3b9f6..d2474b9 100644
--- a/libjava/javax/naming/Context.java
+++ b/libjava/javax/naming/Context.java
@@ -64,7 +64,7 @@ public interface Context
// Property specifying the credentials of the principal for
// authenticating the caller to the service.
- public static final String SECURITY_CREDENTIAL
+ public static final String SECURITY_CREDENTIALS
= "java.naming.security.credentials";
// Property for specifying the preferred language to use with the