Skip to content

Commit 91a074c

Browse files
committed
Merge pull request #62 from dalbertom/typo
Correct typo in AbstractRememberMeServices assertion
2 parents 50637d4 + f9998d5 commit 91a074c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/java/org/springframework/security/web/authentication/rememberme/AbstractRememberMeServices.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ protected UserDetailsService getUserDetailsService() {
418418
*/
419419
@Deprecated
420420
public void setUserDetailsService(UserDetailsService userDetailsService) {
421-
Assert.notNull(userDetailsService, "UserDetailsService canot be null");
421+
Assert.notNull(userDetailsService, "UserDetailsService cannot be null");
422422
this.userDetailsService = userDetailsService;
423423
}
424424

0 commit comments

Comments
 (0)