Skip to content

Commit 0215af9

Browse files
committed
Fix typo
1 parent 8cb71d9 commit 0215af9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

msgpack-core/src/main/java/org/msgpack/core/buffer/MessageBufferOutput.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ public interface MessageBufferOutput
3030
* If the previously allocated buffer is not flushed yet, this next method should discard
3131
* it without writing it.
3232
*
33-
* @param mimimumSize the mimium required buffer size to allocate
33+
* @param minimumSize the mimium required buffer size to allocate
3434
* @return
3535
* @throws IOException
3636
*/
37-
public MessageBuffer next(int mimimumSize)
37+
public MessageBuffer next(int minimumSize)
3838
throws IOException;
3939

4040
/**

0 commit comments

Comments
 (0)