From 149ce5b377908647521f1bff7848029de352a466 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 9 Dec 2013 16:54:06 -0800 Subject: [PATCH] Lenght -> Length --- src/libsodium/include/sodium/crypto_auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsodium/include/sodium/crypto_auth.h b/src/libsodium/include/sodium/crypto_auth.h index 181ab810..46ecf02f 100644 --- a/src/libsodium/include/sodium/crypto_auth.h +++ b/src/libsodium/include/sodium/crypto_auth.h @@ -20,7 +20,7 @@ extern "C" { #endif #define crypto_auth_BYTES crypto_auth_hmacsha512256_BYTES - /// Lenght of the authenticator + /// Length of the authenticator SODIUM_EXPORT size_t crypto_auth_bytes(void);