From: Nick Mathewson Date: Mon, 20 Jul 2015 17:02:21 +0000 (-0400) Subject: typo fix; spotted by arma X-Git-Tag: tor-0.2.7.2-alpha~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2200d9d3f8b3830dff4c496d684147008bd38ace;p=thirdparty%2Ftor.git typo fix; spotted by arma --- diff --git a/src/test/test_crypto_slow.c b/src/test/test_crypto_slow.c index 02aec3bf69..d0f50f83b9 100644 --- a/src/test/test_crypto_slow.c +++ b/src/test/test_crypto_slow.c @@ -148,7 +148,7 @@ test_libscrypt_eq_openssl(void *arg) memset(buf1,0,64); memset(buf2,0,64); - /* NOTE: we're using N,r the way OpenSSL and libscryot define them, + /* NOTE: we're using N,r the way OpenSSL and libscrypt define them, * not the way draft-josefsson-scrypt-kdf-00.txt define them. */ N = 16;