From bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3 Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Tue, 27 Jun 2017 10:44:19 +0300 Subject: [Minor] Massive spelling correction by a bot https://github.com/ka7/misspell_fixer --- src/libcryptobox/chacha20/chacha.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcryptobox/chacha20') diff --git a/src/libcryptobox/chacha20/chacha.c b/src/libcryptobox/chacha20/chacha.c index 4bb2098a3..fad83e823 100644 --- a/src/libcryptobox/chacha20/chacha.c +++ b/src/libcryptobox/chacha20/chacha.c @@ -117,7 +117,7 @@ void chacha_init (chacha_state *S, const chacha_key *key, state->leftover = 0; } -/* processes inlen bytes (can do partial blocks), handling input/ouput alignment */ +/* processes inlen bytes (can do partial blocks), handling input/output alignment */ static void chacha_consume (chacha_state_internal *state, const unsigned char *in, unsigned char *out, size_t inlen) -- cgit v1.2.3