diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-03 08:38:41 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-03 08:38:41 +0100 |
commit | afe729435a48f284f08b4e521060fa14d131ed91 (patch) | |
tree | a2ebe57230441bba864a40c748b92ca8c47d9429 | |
parent | 7829b1ccba8bf58782ff194165f93a6d05240783 (diff) | |
download | weechat-afe729435a48f284f08b4e521060fa14d131ed91.zip |
relay: fix typo in comment
-rw-r--r-- | src/plugins/relay/weechat/relay-weechat-protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/weechat/relay-weechat-protocol.c b/src/plugins/relay/weechat/relay-weechat-protocol.c index c6e7313f6..db90448fd 100644 --- a/src/plugins/relay/weechat/relay-weechat-protocol.c +++ b/src/plugins/relay/weechat/relay-weechat-protocol.c @@ -290,7 +290,7 @@ RELAY_WEECHAT_PROTOCOL_CALLBACK(input) } /* - * Callback for signals "buffers_*". + * Callback for signals "buffer_*". */ int |