From eb4129e12cdf7fe64b3ce352f539e3dbeb1b1321 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 9 May 2023 09:06:40 +0200 Subject: Fix typos found by codespell Typos in doc/man* will be fixed in a different commit. Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/20910) --- crypto/deterministic_nonce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/deterministic_nonce.c') diff --git a/crypto/deterministic_nonce.c b/crypto/deterministic_nonce.c index 6b78777b42..afa8543336 100644 --- a/crypto/deterministic_nonce.c +++ b/crypto/deterministic_nonce.c @@ -46,7 +46,7 @@ static int bits2int(BIGNUM *out, int qlen_bits, * out The returned Octet String * num The input Integer * rlen The required size of the returned Octet String in bytes - * Returns: 1 if successful, or 0 otherwis + * Returns: 1 if successful, or 0 otherwise. */ static int int2octets(unsigned char *out, const BIGNUM *num, int rlen) { -- cgit v1.2.3