aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar un1versal2016-01-08 13:26:21 +0000
committerGravatar un1versal2016-01-08 14:17:05 +0000
commit4cab6b2ee53db876971feb87f8dc2a0aeb29ca2e (patch)
tree631b22ad849af4fe8e46e3d5ba1f8455f564a317 /src/modules
parentrename alert icon to notifier as whats its used for (diff)
downloadKVIrc-4cab6b2ee53db876971feb87f8dc2a0aeb29ca2e.tar.gz
KVIrc-4cab6b2ee53db876971feb87f8dc2a0aeb29ca2e.tar.bz2
KVIrc-4cab6b2ee53db876971feb87f8dc2a0aeb29ca2e.zip
fix SocketSpy label consistency to other entries.
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/socketspy/libkvisocketspy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/socketspy/libkvisocketspy.cpp b/src/modules/socketspy/libkvisocketspy.cpp
index dfd7f7856..08bb5e14a 100644
--- a/src/modules/socketspy/libkvisocketspy.cpp
+++ b/src/modules/socketspy/libkvisocketspy.cpp
@@ -40,11 +40,11 @@ KviPointerList<SocketSpyWindow> * g_pSocketSpyWindowList = 0;
@title:
socketspy.open
@short:
- Opens a SocketSpy window
+ Opens a Socket Spy window
@syntax:
socketspy.open
@description:
- Creates a new socketspy window. A SocketSpy window
+ Creates a new socket spy window. A Socket spy window
monitors the incoming and outgoing RAW data on the
IRC socket of the current IRC context.
*/