aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2015-08-23 03:48:34 +0200
committerGravatar Szymon Tomasz Stefanek2015-08-23 03:48:34 +0200
commitc0bfc36e0e52a61a6d1efcb8a545a22488ab72ce (patch)
tree81fd75a3584638caec1475032fbf73e6b1ecb97f /src
parentPort the Xss based idle time measurement tool to Qt5 (diff)
parentMerge pull request #1518 from blindirc/typos (diff)
downloadKVIrc-c0bfc36e0e52a61a6d1efcb8a545a22488ab72ce.tar.gz
KVIrc-c0bfc36e0e52a61a6d1efcb8a545a22488ab72ce.tar.bz2
KVIrc-c0bfc36e0e52a61a6d1efcb8a545a22488ab72ce.zip
Merge branch 'master' of https://github.com/kvirc/KVIrc
Diffstat (limited to 'src')
-rw-r--r--src/kvirc/ui/KviConsoleWindow.cpp4
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++;
}