diff options
Diffstat (limited to 'Source/Core/AudioCommon/Src/WaveFile.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/Src/WaveFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/Src/WaveFile.cpp b/Source/Core/AudioCommon/Src/WaveFile.cpp index a53fed74e2..5d179deaf8 100644 --- a/Source/Core/AudioCommon/Src/WaveFile.cpp +++ b/Source/Core/AudioCommon/Src/WaveFile.cpp @@ -41,7 +41,7 @@ bool WaveFileWriter::Start(const char *filename) // Check if the file is already open if (file) { - PanicAlertT("The file %s was alrady open, the file header will not be written.", filename); + PanicAlertT("The file %s was already open, the file header will not be written.", filename); return false; } |
