diff --git a/spring-context/src/main/java/org/springframework/validation/Errors.java b/spring-context/src/main/java/org/springframework/validation/Errors.java index ec2c1df5eb26..1c2c2434ed1e 100644 --- a/spring-context/src/main/java/org/springframework/validation/Errors.java +++ b/spring-context/src/main/java/org/springframework/validation/Errors.java @@ -172,7 +172,7 @@ void rejectValue(@Nullable String field, String errorCode, /** * Add all errors from the given {@code Errors} instance to this * {@code Errors} instance. - *
This is a onvenience method to avoid repeated {@code reject(..)} + *
This is a convenience method to avoid repeated {@code reject(..)} * calls for merging an {@code Errors} instance into another * {@code Errors} instance. *
Note that the passed-in {@code Errors} instance is supposed