mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-19 15:58:43 +00:00
Fix some typos and correct some capitalizations in the log messages.
Makes the logging look more orderly and less spammy when spitting out things.
This commit is contained in:
parent
45651098f6
commit
f432d6038e
48 changed files with 130 additions and 130 deletions
|
@ -73,7 +73,7 @@ bool WaveFileWriter::Start(const char *filename, unsigned int HLESampleRate)
|
|||
|
||||
// We are now at offset 44
|
||||
if (file.Tell() != 44)
|
||||
PanicAlert("wrong offset: %lld", (long long)file.Tell());
|
||||
PanicAlert("Wrong offset: %lld", (long long)file.Tell());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue