From 2c234b92ecc8246b9d78627247987f834106d0a6 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 2 Oct 2012 16:26:05 -0500 Subject: [PATCH] SEC-2061: Fix typo in messages.properties --- .../resources/org/springframework/security/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/org/springframework/security/messages.properties b/core/src/main/resources/org/springframework/security/messages.properties index d8a012087f..9490238f14 100644 --- a/core/src/main/resources/org/springframework/security/messages.properties +++ b/core/src/main/resources/org/springframework/security/messages.properties @@ -13,7 +13,7 @@ AccountStatusUserDetailsChecker.locked=User account is locked AclEntryAfterInvocationProvider.noPermission=Authentication {0} has NO permissions to the domain object {1} AnonymousAuthenticationProvider.incorrectKey=The presented AnonymousAuthenticationToken does not contain the expected key BindAuthenticator.badCredentials=Bad credentials -BindAuthenticator.emptyPassword=Emtpy Password +BindAuthenticator.emptyPassword=Empty Password CasAuthenticationProvider.incorrectKey=The presented CasAuthenticationToken does not contain the expected key CasAuthenticationProvider.noServiceTicket=Failed to provide a CAS service ticket to validate ConcurrentSessionControlStrategy.exceededAllowed=Maximum sessions of {0} for this principal exceeded