summaryrefslogtreecommitdiff
path: root/src/plugins/relay
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-03-26 21:22:15 +0100
committerSébastien Helleu <flashcode@flashtux.org>2024-03-26 21:22:15 +0100
commit3d8607673ed9a1467470cf756be973db06751d71 (patch)
treee03e168603fe3b3730966c40528d1469551fd380 /src/plugins/relay
parent5a3dff1b971b7f64571e60339b4470d4c795c423 (diff)
downloadweechat-3d8607673ed9a1467470cf756be973db06751d71.zip
relay: fix typo in comment
Diffstat (limited to 'src/plugins/relay')
-rw-r--r--src/plugins/relay/relay-auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-auth.c b/src/plugins/relay/relay-auth.c
index 63da44d31..d8b878cd2 100644
--- a/src/plugins/relay/relay-auth.c
+++ b/src/plugins/relay/relay-auth.c
@@ -68,7 +68,7 @@ relay_auth_password_hash_algo_search (const char *name)
}
/*
- * Generates a nonce: a buffer of unpredictable bytes
+ * Generates a nonce: a buffer of unpredictable bytes.
*
* Note: result must be freed after use.
*/