From 2b8e6958f40ef36c1508118ac36a43694283a83c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Feb 2022 17:01:28 -0500 Subject: Spelling (#4086) [Rework] Massive spelling fix from @jsoref --- src/libcryptobox/catena/catena.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcryptobox/catena') diff --git a/src/libcryptobox/catena/catena.c b/src/libcryptobox/catena/catena.c index 0a3ab248a..816b1154c 100644 --- a/src/libcryptobox/catena/catena.c +++ b/src/libcryptobox/catena/catena.c @@ -256,7 +256,7 @@ XOR (const uint8_t *input1, const uint8_t *input2, uint8_t *output) */ /* * Sigma function that defines the diagonal connections of a DBG - * diagonal front: flip the (g-i)th bit (Inverse Buttferly Graph) + * diagonal front: flip the (g-i)th bit (Inverse Butterfly Graph) * diagonal back: flip the i-(g-1)th bit (Regular Butterfly Graph) */ static uint64_t -- cgit v1.2.3