This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new c54bf68 Fix typo. c54bf68 is described below commit c54bf688e94b550c3ccd4c0789e0b3e00cf1d0ea Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Feb 17 11:38:21 2021 -0500 Fix typo. --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bf5c528..2f8b19c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -176,7 +176,7 @@ The <action> type attribute can be add,update,fix,remove. Make ObservableInputStream.getObservers() public. </action> <action issue="IO-706" dev="ggregory" type="add" due-to="Gary Gregory"> - Add TimetampedObserver. + Add TimestampedObserver. </action> <action dev="ggregory" type="add" due-to="Gary Gregory"> Add and use IOUtils.byteArray(*).