From 8f2f9815d32aee478657930730733ee60c6e0f08 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:13:53 -0400 Subject: [PATCH] spelling: whether Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- libsrc/avi/src/org/monte/media/riff/RIFFParser.java | 8 ++++---- libsrc/gif/src/net/kroo/elliot/GifSequenceWriter.java | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libsrc/avi/src/org/monte/media/riff/RIFFParser.java b/libsrc/avi/src/org/monte/media/riff/RIFFParser.java index fdda2c8ef..226046e6a 100644 --- a/libsrc/avi/src/org/monte/media/riff/RIFFParser.java +++ b/libsrc/avi/src/org/monte/media/riff/RIFFParser.java @@ -537,7 +537,7 @@ if (DEBUG)System.out.println("RIFFParser.parseLocalChunk "+idToString(id)); } /** - * Checks wether the ID of the chunk has been declared as a + * Checks whether the ID of the chunk has been declared as a * property chunk. * *

Pre condition @@ -556,7 +556,7 @@ if (DEBUG)System.out.println("RIFFParser.parseLocalChunk "+idToString(id)); } /** - * Checks wether the ID of the chunk has been declared as a + * Checks whether the ID of the chunk has been declared as a * collection chunk. * *

Pre condition @@ -727,7 +727,7 @@ if (DEBUG)System.out.println("RIFFParser.parseLocalChunk "+idToString(id)); /* ---- Class methods ---- */ /** - * Checks wether the argument represents a valid RIFF GroupID. + * Checks whether the argument represents a valid RIFF GroupID. * *

Validation *