aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvirc/kernel/KviIrcConnectionRequestQueue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kvirc/kernel/KviIrcConnectionRequestQueue.cpp')
-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.
*/