Skip to content

Commit dba1ef0

Browse files
xavier630snicoll
authored andcommitted
Fix Javadoc typo
Closes gh-1531
1 parent 80134d2 commit dba1ef0

File tree

1 file changed

+1
-1
lines changed
  • spring-context/src/main/java/org/springframework/validation

1 file changed

+1
-1
lines changed

spring-context/src/main/java/org/springframework/validation/Errors.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ void rejectValue(@Nullable String field, String errorCode,
172172
/**
173173
* Add all errors from the given {@code Errors} instance to this
174174
* {@code Errors} instance.
175-
* <p>This is a onvenience method to avoid repeated {@code reject(..)}
175+
* <p>This is a convenience method to avoid repeated {@code reject(..)}
176176
* calls for merging an {@code Errors} instance into another
177177
* {@code Errors} instance.
178178
* <p>Note that the passed-in {@code Errors} instance is supposed

0 commit comments

Comments
 (0)