spelling: whether

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 5617f8604e
commit 8f2f9815d3
2 changed files with 5 additions and 5 deletions
@@ -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.
*
* <p>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.
*
* <p>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.
*
* <p>Validation
* <ul>
@@ -742,7 +742,7 @@ if (DEBUG)System.out.println("RIFFParser.parseLocalChunk "+idToString(id));
}
/**
* Checks wether the argument represents a valid RIFF Group Type.
* Checks whether the argument represents a valid RIFF Group Type.
*
* <p>Validation
* <ul>