SCI: Fix double "the" in comment

This commit is contained in:
Torbjörn Andersson 2024-06-27 07:56:04 +02:00
parent 00adc4642f
commit fb5096b3f0

View File

@ -13287,7 +13287,7 @@ static const uint16 pepperPatchGlassJar[] = {
//
// We have verified this with sliding tile puzzle solver programs. They reject
// the initial state as unsolvable. There is no indication that this was the
// the intention for the puzzle box.
// intention for the puzzle box.
//
// We fix this by swapping the initial positions of the last two tiles. This is
// all it takes for the initial state to be solvable.