From 3d8607673ed9a1467470cf756be973db06751d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 26 Mar 2024 21:22:15 +0100 Subject: [PATCH] relay: fix typo in comment --- src/plugins/relay/relay-auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */