Skip to content

Commit

Permalink
Fix for typo in javadoc
Browse files Browse the repository at this point in the history
output instead of outut
  • Loading branch information
barthanssens authored and gnodet committed Sep 30, 2020
1 parent f8cec7b commit 546c8ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public TerminalBuilder attributes(Attributes attributes) {
/**
* Initial size to use when creating a non system terminal,
* i.e. when the builder has been given the input and
* outut streams using the {@link #streams(InputStream, OutputStream)} method
* output streams using the {@link #streams(InputStream, OutputStream)} method
* or when {@link #system(boolean)} has been explicitely called with
* <code>false</code>.
*
Expand Down

0 comments on commit 546c8ff

Please sign in to comment.