From 8f886752b9e77f526f36b58bbd0ca064bab4b82a Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sun, 30 Jan 2022 13:34:23 +0100 Subject: [PATCH] Reverted 'log in' back into 'login' Turns out even though many dictionaries don't recognise it, 'login' was correct. --- doc/man/man3/crypto_argon2i.3monocypher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man3/crypto_argon2i.3monocypher b/doc/man/man3/crypto_argon2i.3monocypher index 62b9522..ce78aee 100644 --- a/doc/man/man3/crypto_argon2i.3monocypher +++ b/doc/man/man3/crypto_argon2i.3monocypher @@ -221,7 +221,7 @@ In the context of password derivation, it would be stored separately from the password database and would remain secret even if an attacker were to steal the database. Note that changing the key requires rehashing the user's password, -which is only possible upon user log in. +which is only possible upon user login. .It Fa key_size Length of .Fa key , -- 2.47.3