SWORD2: Correct spelling mistake

wether -> whether
This commit is contained in:
Hubert Maier 2022-10-27 12:47:17 +02:00 committed by Eugene Sandulenko
parent 14ed663fcf
commit 4093454927
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -248,7 +248,7 @@ public:
// This is a bit hackish, of course :-).
uint32 getMillis();
//Used to check wether we are running PSX version
// Used to check whether we are running PSX version
static bool isPsx() { return _platform == Common::kPlatformPSX; }
};