aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar OmegaPhil2014-11-12 20:28:14 +0000
committerGravatar OmegaPhil2014-11-12 20:28:14 +0000
commit9f16240ceeb4c7e48cfde35b12593edf55014880 (patch)
tree954b8ec03b6c04fd787acb094965b42a6d1d5b7c /src
parentBe more specific that "Limit outgoing traffic" is per connection, for dumb pe... (diff)
downloadKVIrc-9f16240ceeb4c7e48cfde35b12593edf55014880.tar.gz
KVIrc-9f16240ceeb4c7e48cfde35b12593edf55014880.tar.bz2
KVIrc-9f16240ceeb4c7e48cfde35b12593edf55014880.zip
Trivial typo
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6397 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
-rw-r--r--src/kvirc/kernel/KviIrcConnectionRequestQueue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvirc/kernel/KviIrcConnectionRequestQueue.cpp b/src/kvirc/kernel/KviIrcConnectionRequestQueue.cpp
index 07b2bd7a3..ec893e6b3 100644
--- a/src/kvirc/kernel/KviIrcConnectionRequestQueue.cpp
+++ b/src/kvirc/kernel/KviIrcConnectionRequestQueue.cpp
@@ -80,7 +80,7 @@ void KviIrcConnectionRequestQueue::timerSlot()
} else {
KviChannelWindow * pChan = m_channels.head();
QByteArray encodedChan = pChan->connection()->encodeText(pChan->target()).data();
- /* The following switch will let the execution flow pass-trought if any request type
+ /* The following switch will let the execution flow pass-through if any request type
* is currently disabled (or not available on the server). Channel's "MODE" request is
* the only mandatory request.
*/