spelling: milliseconds

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:43:09 -04:00
committed by Jindra Petřík
parent ebb4e0bad9
commit ae5468fd60

View File

@@ -27,7 +27,7 @@ public class GifSequenceWriter {
*
* @param outputStream the ImageOutputStream to be written to
* @param imageType one of the imageTypes specified in BufferedImage
* @param timeBetweenFramesMS the time between frames in miliseconds
* @param timeBetweenFramesMS the time between frames in milliseconds
* @param loopContinuously wether the gif should loop repeatedly
* @throws IIOException if no gif ImageWriters are found
*