Skip to content

Commit 5e904dd

Browse files
xavier630snicoll
authored andcommitted
Fix Javadoc typo
Closes gh-1531
1 parent 74532a2 commit 5e904dd

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
@@ -170,7 +170,7 @@ public interface Errors {
170170
/**
171171
* Add all errors from the given {@code Errors} instance to this
172172
* {@code Errors} instance.
173-
* <p>This is a onvenience method to avoid repeated {@code reject(..)}
173+
* <p>This is a convenience method to avoid repeated {@code reject(..)}
174174
* calls for merging an {@code Errors} instance into another
175175
* {@code Errors} instance.
176176
* <p>Note that the passed-in {@code Errors} instance is supposed

0 commit comments

Comments
 (0)