From 43a53392c51af91a41bb01a31bd20a772831949c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 4 Jun 2015 08:39:24 +0300 Subject: grammar tweaks --- examples/aes192ctr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/aes192ctr.c') diff --git a/examples/aes192ctr.c b/examples/aes192ctr.c index 6ba8430..b6fb82a 100644 --- a/examples/aes192ctr.c +++ b/examples/aes192ctr.c @@ -40,7 +40,7 @@ int main() cipher = aes192ctr_encrypt(plain, &key_schedule, iv, 0); printf("\n"); - printf("Cypher: %s\n", format_aes_block128(&cipher).str); + printf("Cipher: %s\n", format_aes_block128(&cipher).str); print_aes_block128_fips_matrix_style(&cipher); decrypted = aes192ctr_decrypt(cipher, &key_schedule, iv, 0); -- cgit v1.2.3