aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects
diff options
context:
space:
mode:
authorGravatar wodim2016-01-04 02:10:45 +0100
committerGravatar wodim2016-01-04 02:11:21 +0100
commitc26d5a8d78b81e8e8c23b0dea691247cfd8ec7ec (patch)
tree765028bbf6d4e594ddac0a72e626fdbaa64a1d52 /src/modules/objects
parentRemove margins around the header of query windows for the sake of consistency... (diff)
downloadKVIrc-c26d5a8d78b81e8e8c23b0dea691247cfd8ec7ec.tar.gz
KVIrc-c26d5a8d78b81e8e8c23b0dea691247cfd8ec7ec.tar.bz2
KVIrc-c26d5a8d78b81e8e8c23b0dea691247cfd8ec7ec.zip
Fix false friend.
Diffstat (limited to 'src/modules/objects')
-rw-r--r--src/modules/objects/KvsObject_socket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/KvsObject_socket.cpp b/src/modules/objects/KvsObject_socket.cpp
index 70b95d285..8f1340172 100644
--- a/src/modules/objects/KvsObject_socket.cpp
+++ b/src/modules/objects/KvsObject_socket.cpp
@@ -140,7 +140,7 @@ const char * const sockerrors_tbl[] = {
!fn: $connectedEvent()
This function is called when a connection attempt has been successfully completed.
- The socket is actually connected to [classfnc:socket]$remoteIp[/classfnc]() on
+ The socket is currently connected to [classfnc:socket]$remoteIp[/classfnc]() on
[classfnc:socket]$remotePort[/classfnc](). You can start
writing data and you may expect [classfnc:socket]$dataAvailableEvent[/classfnc]() to be
triggered.