mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-07 02:39:56 +00:00
Fix typos in some warnings
svn-id: r25171
This commit is contained in:
parent
38ded04da9
commit
30d517613a
@ -2276,7 +2276,7 @@ void Screen::loadBitmap(const char *filename, int tempPage, int dstPage, uint8 *
|
||||
uint8 *srcData = _vm->resource()->fileData(filename, &fileSize);
|
||||
|
||||
if (!srcData) {
|
||||
warning("coudln't load bitmap: '%s'", filename);
|
||||
warning("couldn't load bitmap: '%s'", filename);
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -411,7 +411,7 @@ bool StaticResource::loadLanguageTable(const char *filename, void *&ptr, int &si
|
||||
static bool warned = false;
|
||||
if (!warned) {
|
||||
warned = true;
|
||||
warning("coudln't find specific language table for your version, using English now");
|
||||
warning("couldn't find specific language table for your version, using English now");
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user