diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-06-16 18:37:02 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-06-16 18:37:02 +0000 |
| commit | f5ddb47dd05f020bf91582b5654d51f6f8ec5098 (patch) | |
| tree | 918f9d9e2402fa049d6a16b49a771d33c34e4cfc /src/plugins/Input | |
| parent | 854807d8fc237a2c583edc1e8d44a3e4af791466 (diff) | |
| download | qmmp-f5ddb47dd05f020bf91582b5654d51f6f8ec5098.tar.gz qmmp-f5ddb47dd05f020bf91582b5654d51f6f8ec5098.tar.bz2 qmmp-f5ddb47dd05f020bf91582b5654d51f6f8ec5098.zip | |
fixed typo
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5164 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input')
| -rw-r--r-- | src/plugins/Input/gme/gmehelper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/gme/gmehelper.cpp b/src/plugins/Input/gme/gmehelper.cpp index 740852f7d..1f250d7db 100644 --- a/src/plugins/Input/gme/gmehelper.cpp +++ b/src/plugins/Input/gme/gmehelper.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2010-2013 by Ilya Kotov * + * Copyright (C) 2010-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -55,7 +55,7 @@ Music_Emu *GmeHelper::load(const QString &url, int sample_rate) } if(!file_type) { - qWarning("DecoderGme: unsupporetd music type"); + qWarning("DecoderGme: unsupported music type"); return 0; } if(!(m_emu = gme_new_emu(file_type, sample_rate))) |
