فهرست منبع

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
 	 */