Fix typos

See gh-20704
This commit is contained in:
dreis2211
2020-03-27 18:21:02 +01:00
committed by Stephane Nicoll
parent 7a64b3f761
commit 674f1e77b5
6 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ import java.io.InputStream;
interface InputStreamSupplier {
/**
* Returns a new open {@link InputStream} at the begining of the content.
* Returns a new open {@link InputStream} at the beginning of the content.
* @return a new {@link InputStream}
* @throws IOException on IO error
*/