소스 검색

Fix typo in comment for changePassword method

James 3 년 전
부모
커밋
d124fa2858
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/src/main/java/org/springframework/security/provisioning/UserDetailsManager.java

+ 1 - 1
core/src/main/java/org/springframework/security/provisioning/UserDetailsManager.java

@@ -45,7 +45,7 @@ public interface UserDetailsManager extends UserDetailsService {
 
 	/**
 	 * Modify the current user's password. This should change the user's password in the
-	 * persistent user repository (datbase, LDAP etc).
+	 * persistent user repository (database, LDAP etc).
 	 * @param oldPassword current password (for re-authentication if required)
 	 * @param newPassword the password to change to
 	 */