aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/sndfile/decodersndfilefactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-03-03 20:15:01 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-03-03 20:15:01 +0000
commit7d2e0f57b40df8b31eabef95b7fc6617389cac96 (patch)
tree5747265aa3cd6c8231048092dd9937d56643cf39 /src/plugins/Input/sndfile/decodersndfilefactory.cpp
parentb8179e4aab80f1115b9ca31539e1c450a82e4116 (diff)
downloadqmmp-7d2e0f57b40df8b31eabef95b7fc6617389cac96.tar.gz
qmmp-7d2e0f57b40df8b31eabef95b7fc6617389cac96.tar.bz2
qmmp-7d2e0f57b40df8b31eabef95b7fc6617389cac96.zip
fixed typos
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2091 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/sndfile/decodersndfilefactory.cpp')
-rw-r--r--src/plugins/Input/sndfile/decodersndfilefactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/sndfile/decodersndfilefactory.cpp b/src/plugins/Input/sndfile/decodersndfilefactory.cpp
index e01ac3103..8f428cc8d 100644
--- a/src/plugins/Input/sndfile/decodersndfilefactory.cpp
+++ b/src/plugins/Input/sndfile/decodersndfilefactory.cpp
@@ -130,7 +130,7 @@ void DecoderSndFileFactory::showAbout(QWidget *parent)
QMessageBox::about (parent, tr("About Sndfile Audio Plugin"),
tr("Qmmp Sndfile Audio Plugin")+"\n"+
tr("Compiled against")+" "+QString(version)+"\n" +
- tr("Writen by: Ilya Kotov <forkotov02@hotmail.ru>"));
+ tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
}
QTranslator *DecoderSndFileFactory::createTranslator(QObject *parent)