summaryrefslogtreecommitdiff
path: root/src/plugins/relay/relay-client.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-02-04 20:40:37 +0100
committerSébastien Helleu <flashcode@flashtux.org>2016-02-04 20:40:37 +0100
commitfee26b9c547372bb1a3014b73c13d064ae4d1c64 (patch)
treef5e78d6523af899ffc0178b45b222f05f146115e /src/plugins/relay/relay-client.c
parent02bcee02e9f4c9ed45e9865dce5389b10474c925 (diff)
downloadweechat-fee26b9c547372bb1a3014b73c13d064ae4d1c64.zip
relay: fix comment
Diffstat (limited to 'src/plugins/relay/relay-client.c')
-rw-r--r--src/plugins/relay/relay-client.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/relay/relay-client.c b/src/plugins/relay/relay-client.c
index 277c43d67..fbb00cebb 100644
--- a/src/plugins/relay/relay-client.c
+++ b/src/plugins/relay/relay-client.c
@@ -515,8 +515,7 @@ relay_client_recv_cb (void *arg_client, int fd)
*
* "A Pong frame MAY be sent unsolicited. This serves as a
* unidirectional heartbeat. A response to an unsolicited
- * Pong
- * frame is not expected."
+ * Pong frame is not expected."
*/
return WEECHAT_RC_OK;
}