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 *
Validation *