diff options
| author | 2015-10-08 13:39:40 +0100 | |
|---|---|---|
| committer | 2015-10-08 17:39:58 +0100 | |
| commit | 382a6b70bf65bc9776b084a600e4025a249c1665 (patch) | |
| tree | 77d1de4a06bd793fcefe541ff517fdacf03c0763 /src/kvilib/irc/KviIrcServerDataBase.cpp | |
| parent | [ci skip] cpp file typos and capitalization corrections (diff) | |
| download | KVIrc-382a6b70bf65bc9776b084a600e4025a249c1665.tar.gz KVIrc-382a6b70bf65bc9776b084a600e4025a249c1665.tar.bz2 KVIrc-382a6b70bf65bc9776b084a600e4025a249c1665.zip | |
[ci skip] cpp files, capitalization, typos, syntax normalization and punctuation
Diffstat (limited to 'src/kvilib/irc/KviIrcServerDataBase.cpp')
| -rw-r--r-- | src/kvilib/irc/KviIrcServerDataBase.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kvilib/irc/KviIrcServerDataBase.cpp b/src/kvilib/irc/KviIrcServerDataBase.cpp index ae93b011f..a431228d2 100644 --- a/src/kvilib/irc/KviIrcServerDataBase.cpp +++ b/src/kvilib/irc/KviIrcServerDataBase.cpp @@ -163,7 +163,7 @@ bool KviIrcServerDataBase::makeCurrentServer(KviIrcServerDefinition * pDef, QStr KviIrcNetwork * pNet = m_pRecords->find(szNet); if(pNet) return makeCurrentBestServerInNetwork(szNet,pNet,szError); - szError = __tr2qs("The server specification seems to be in the net:<string> but the network couln't be found in the database"); + szError = __tr2qs("The server specification seems to be in the net:<string> but the network couldn't be found in the database"); return false; } @@ -185,7 +185,7 @@ bool KviIrcServerDataBase::makeCurrentServer(KviIrcServerDefinition * pDef, QStr } ++it; } - szError = __tr2qs("The server specification seems to be in the id:<string> form but the identifier coulnd't be found in the database"); + szError = __tr2qs("The server specification seems to be in the id:<string> form but the identifier couldn't be found in the database"); return false; } |
