summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-02-18 18:26:50 +0100
committerSébastien Helleu <flashcode@flashtux.org>2024-02-18 18:52:57 +0100
commitc4ac9046b29c264d1eb12a614f7c74cb08fd224a (patch)
tree98f11da964e51ac0001d99e767bf57b49d7816e6 /src/plugins
parent61a8e4e27e37b08b7d948390531dc5c2d59330e5 (diff)
downloadweechat-c4ac9046b29c264d1eb12a614f7c74cb08fd224a.zip
relay/api: fix comment of function relay_api_protocol_get_param_boolean
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/relay/api/relay-api-protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/api/relay-api-protocol.c b/src/plugins/relay/api/relay-api-protocol.c
index a2240dbfb..b4763cb53 100644
--- a/src/plugins/relay/api/relay-api-protocol.c
+++ b/src/plugins/relay/api/relay-api-protocol.c
@@ -41,7 +41,7 @@
/*
* Returns value of an URL parameter as boolean (0 or 1), using a default value
- * if the parameter is not set or if it's not a valid boolean.
+ * if the parameter is not set.
*/
int