summaryrefslogtreecommitdiffstats
path: root/base/server
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-10-24 18:30:55 +0200
committerEndi S. Dewata <edewata@redhat.com>2016-10-24 18:30:55 +0200
commit456434acfc230efbb0414a7daa72afe60909a04b (patch)
tree6e19f5dc2aff0beb0fb6eccbe3049a192d05d21e /base/server
parentcb2cc3c7fd93e1a0519a0b530cbc2edbab7741cc (diff)
downloadpki-456434acfc230efbb0414a7daa72afe60909a04b.tar.gz
pki-456434acfc230efbb0414a7daa72afe60909a04b.tar.xz
pki-456434acfc230efbb0414a7daa72afe60909a04b.zip
Fixed typo in UserPwdDirAuthentication.
https://fedorahosted.org/pki/ticket/2460
Diffstat (limited to 'base/server')
-rw-r--r--base/server/cms/src/com/netscape/cms/authentication/UserPwdDirAuthentication.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/server/cms/src/com/netscape/cms/authentication/UserPwdDirAuthentication.java b/base/server/cms/src/com/netscape/cms/authentication/UserPwdDirAuthentication.java
index a95dd8665..ead86507f 100644
--- a/base/server/cms/src/com/netscape/cms/authentication/UserPwdDirAuthentication.java
+++ b/base/server/cms/src/com/netscape/cms/authentication/UserPwdDirAuthentication.java
@@ -108,7 +108,7 @@ public class UserPwdDirAuthentication extends DirBasedAuthentication
}
/**
- * Initializes the UdnPwdDirAuthentication auth manager.
+ * Initializes the UserPwdDirAuthentication auth manager.
* <p>
*
* @param name - The name for this authentication manager instance.