1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

relay: fix typo in comment

This commit is contained in:
Sébastien Helleu
2024-03-26 21:22:15 +01:00
parent 5a3dff1b97
commit 3d8607673e
+1 -1
View File
@@ -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.
*/