Fix Javadoc typo

Closes gh-1531
This commit is contained in:
Xavier Downs 2017-09-20 11:24:06 +12:00 committed by Stephane Nicoll
parent 80134d2e0c
commit dba1ef0b26
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ public interface Errors {
/** /**
* Add all errors from the given {@code Errors} instance to this * Add all errors from the given {@code Errors} instance to this
* {@code Errors} instance. * {@code Errors} instance.
* <p>This is a onvenience method to avoid repeated {@code reject(..)} * <p>This is a convenience method to avoid repeated {@code reject(..)}
* calls for merging an {@code Errors} instance into another * calls for merging an {@code Errors} instance into another
* {@code Errors} instance. * {@code Errors} instance.
* <p>Note that the passed-in {@code Errors} instance is supposed * <p>Note that the passed-in {@code Errors} instance is supposed