From 92372f653ca48d1de71de990fe3ef99ba1a83111 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 24 Oct 2016 18:30:55 +0200 Subject: [PATCH] Fixed typo in UserPwdDirAuthentication. https://fedorahosted.org/pki/ticket/2460 (cherry picked from commit 634da4e7ba6af5e799da300955a4730fa51be8f0) --- .../src/com/netscape/cms/authentication/UserPwdDirAuthentication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a95dd86..ead8650 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. *

* * @param name - The name for this authentication manager instance. -- 1.8.3.1