diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-26 21:22:15 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-26 21:22:15 +0100 |
commit | 3d8607673ed9a1467470cf756be973db06751d71 (patch) | |
tree | e03e168603fe3b3730966c40528d1469551fd380 /src/plugins/relay | |
parent | 5a3dff1b971b7f64571e60339b4470d4c795c423 (diff) | |
download | weechat-3d8607673ed9a1467470cf756be973db06751d71.zip |
relay: fix typo in comment
Diffstat (limited to 'src/plugins/relay')
-rw-r--r-- | src/plugins/relay/relay-auth.c | 2 |
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. */ |