CINE: Correct spelling mistake

miniscule -> minuscule
This commit is contained in:
Hubert Maier 2022-10-27 11:31:42 +02:00 committed by Eugene Sandulenko
parent 2ea5bfe695
commit 37cd232edb
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -60,7 +60,7 @@ bool loadChunkHeader(Common::SeekableReadStream &in, ChunkHeader &header) {
* @return Savegame format on success, ANIMSIZE_UNKNOWN on failure
*
* This function seeks through the savefile and tries to determine the
* savegame format it uses. There's a miniscule chance that the detection
* savegame format it uses. There's a minuscule chance that the detection
* algorithm could get confused and think that the file uses both the older
* and the newer format but that is such a remote possibility that I wouldn't
* worry about it at all.