Fix typo in UPConfigUtils.java (#16655)

erorr -> error
This commit is contained in:
Ikko Eltociear Ashimine 2023-01-27 15:41:03 +09:00 committed by GitHub
parent 5591b5198b
commit 025d47c57a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,7 +210,7 @@ public class UPConfigUtils {
* @param roles to validate
* @param fieldName we are validating for use in error messages
* @param errors to ass error message into
* @param attributeName we are validating for use in erorr messages
* @param attributeName we are validating for use in error messages
*/
private static void validateRoles(Set<String> roles, String fieldName, List<String> errors, String attributeName) {
if (roles != null) {