Fixed: Typo in comment

--HG--
branch : develop
This commit is contained in:
kervala 2016-05-18 09:56:43 +02:00
parent a3f85fa8cd
commit cc72b3e2a1

View file

@ -348,7 +348,7 @@ QString CConfigFile::getClientArch() const
#if defined(Q_OS_WIN)
return QString("win%1").arg(m_use64BitsClient ? 64:32);
#elif defined(Q_OS_MAC)
// only 64 bits clients under OS X, becure there not any 32 bits OS X version anymore
// only 64 bits clients under OS X, because there not any 32 bits OS X version anymore
return "osx";
#else
return QString("linux%1").arg(m_use64BitsClient ? 64:32);