aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/socketspy/libkvisocketspy.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2015-12-09 11:58:53 +0000
committerGravatar un1versal2015-12-19 02:40:22 +0000
commit7d4516afc4cd194f9224dcd5e07e0f234c162fdf (patch)
treea1a165c897339fcbd35a27108fe16c999a3041e2 /src/modules/socketspy/libkvisocketspy.cpp
parentMerge pull request #1776 from TheReign/issue_1754_2 (diff)
downloadKVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.gz
KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.bz2
KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.zip
src/modules typos: capitalize, formatting, consistency and syntax fixes
Diffstat (limited to 'src/modules/socketspy/libkvisocketspy.cpp')
-rw-r--r--src/modules/socketspy/libkvisocketspy.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/socketspy/libkvisocketspy.cpp b/src/modules/socketspy/libkvisocketspy.cpp
index bcc417cda..dfd7f7856 100644
--- a/src/modules/socketspy/libkvisocketspy.cpp
+++ b/src/modules/socketspy/libkvisocketspy.cpp
@@ -45,8 +45,8 @@ KviPointerList<SocketSpyWindow> * g_pSocketSpyWindowList = 0;
socketspy.open
@description:
Creates a new socketspy window. A SocketSpy window
- monitors the incoming and outgoing raw data on the
- irc socket of the current irc context.
+ monitors the incoming and outgoing RAW data on the
+ IRC socket of the current IRC context.
*/
static bool socketspy_kvs_cmd_open(KviKvsModuleCommandCall * c)
@@ -84,7 +84,7 @@ KVIRC_MODULE(
"SocketSpy", // module name
"4.0.0", // module version
"Copyright (C) 2000 Szymon Stefanek (pragma at kvirc dot net)", // author & (C)
- "SocketSpy irc socket traffic monitor",
+ "SocketSpy IRC socket traffic monitor",
socketspy_module_init,
socketspy_module_can_unload,
0,