From 90dc983cae70b17628dcf680c16a0093ce6102fe Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 21 May 2026 19:53:27 +0200 Subject: Add more tests and fix a bug and and typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- librecrypt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librecrypt.h') diff --git a/librecrypt.h b/librecrypt.h index ebd2f10..fa01bb9 100644 --- a/librecrypt.h +++ b/librecrypt.h @@ -1331,7 +1331,7 @@ int librecrypt_set_pepper(LIBRECRYPT_CONTEXT *ctx, enum librecrypt_hash_algorith * @param ctx The library configuration object * @param algos The hash algorithms implementions to support * in addition to those implemented by the library - * @parma nalgos The number of elements in `algos` + * @param nalgos The number of elements in `algos` * * The caller is responsible for the lifetime of `algos`: * deallocating it will deallocate it for `ctx` as it -- cgit v1.3.1