diff options
| author | 2015-08-23 03:13:32 +0200 | |
|---|---|---|
| committer | 2015-08-23 03:13:32 +0200 | |
| commit | 2742cdce7cacf3ef87226ed0a7a8063cce7c889e (patch) | |
| tree | 6b5663fb3d38d13013b0f5dc840512fa53fca800 /src | |
| parent | Register http and ftp classes also with Qt5 (diff) | |
| parent | consolewindow: Fix typos in comments (diff) | |
| download | KVIrc-2742cdce7cacf3ef87226ed0a7a8063cce7c889e.tar.gz KVIrc-2742cdce7cacf3ef87226ed0a7a8063cce7c889e.tar.bz2 KVIrc-2742cdce7cacf3ef87226ed0a7a8063cce7c889e.zip | |
Merge pull request #1518 from blindirc/typos
consolewindow: Fix typos in comments
Diffstat (limited to 'src')
| -rw-r--r-- | src/kvirc/ui/KviConsoleWindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kvirc/ui/KviConsoleWindow.cpp b/src/kvirc/ui/KviConsoleWindow.cpp index 693407e22..8caac1aed 100644 --- a/src/kvirc/ui/KviConsoleWindow.cpp +++ b/src/kvirc/ui/KviConsoleWindow.cpp @@ -759,7 +759,7 @@ void KviConsoleWindow::outputPrivmsg(KviWindow *wnd, sum=KviNickColors::getSmartColorForNick(&nick); if(KVI_OPTION_BOOL(KviOption_boolUseSpecifiedSmartColorForOwnNick)) { - //avoid the use of teh color specifier for own nickname + //avoid the use of the color specifier for own nickname if(m_szOwnSmartColor==KviNickColors::getSmartColor(sum)) sum++; } @@ -777,7 +777,7 @@ void KviConsoleWindow::outputPrivmsg(KviWindow *wnd, int sum=KviNickColors::getSmartColorForNick(&nick); if(KVI_OPTION_BOOL(KviOption_boolUseSpecifiedSmartColorForOwnNick)) { - //avoid the use of teh color specifier for own nickname + //avoid the use of the color specifier for own nickname if(m_szOwnSmartColor==KviNickColors::getSmartColor(sum)) sum++; } |
