ALL: Fix typo (succesful -> successful)
Thanks to 'onlyjob' on pull request #337 for pointing out an instance of this.
This commit is contained in:
parent
7456a2ca23
commit
c9f0e8149d
5 changed files with 5 additions and 5 deletions
|
@ -103,7 +103,7 @@ TestExitStatus MidiTests::playMidiMusic() {
|
|||
return kTestFailed;
|
||||
}
|
||||
|
||||
Testsuite::logDetailedPrintf("Info! Midi: Succesfully opened the driver\n");
|
||||
Testsuite::logDetailedPrintf("Info! Midi: Successfully opened the driver\n");
|
||||
|
||||
Common::MemoryWriteStreamDynamic ws(DisposeAfterUse::YES);
|
||||
loadMusicInMemory(&ws);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue