Fixed: Typo in comment
This commit is contained in:
parent
0a88f8c546
commit
54d69aef76
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ QString CConfigFile::getClientArch() const
|
||||||
#if defined(Q_OS_WIN)
|
#if defined(Q_OS_WIN)
|
||||||
return QString("win%1").arg(m_use64BitsClient ? 64:32);
|
return QString("win%1").arg(m_use64BitsClient ? 64:32);
|
||||||
#elif defined(Q_OS_MAC)
|
#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";
|
return "osx";
|
||||||
#else
|
#else
|
||||||
return QString("linux%1").arg(m_use64BitsClient ? 64:32);
|
return QString("linux%1").arg(m_use64BitsClient ? 64:32);
|
||||||
|
|
Loading…
Reference in a new issue