diff options
author | klemens <ka7@github.com> | 2016-08-05 19:56:58 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-08-05 19:07:30 -0400 |
commit | 6025001707fd65679d758c877200469d4e72ea88 (patch) | |
tree | 557bc457aea10e4f854f1ae975d38b0e9c8c79fb /test/destest.c | |
parent | 1ccbe6b32c98f61526e364c7abc94f55ec600293 (diff) | |
download | openssl-new-6025001707fd65679d758c877200469d4e72ea88.tar.gz |
spelling fixes, just comments and readme.
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1413)
Diffstat (limited to 'test/destest.c')
-rw-r--r-- | test/destest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/destest.c b/test/destest.c index 877f71d3fb..84d753dde9 100644 --- a/test/destest.c +++ b/test/destest.c @@ -214,7 +214,7 @@ static unsigned char cbc_ok[32] = { }; # ifdef SCREW_THE_PARITY -# error "SCREW_THE_PARITY is not ment to be defined." +# error "SCREW_THE_PARITY is not meant to be defined." # error "Original vectors are preserved for reference only." static unsigned char cbc2_key[8] = { 0xf0, 0xe1, 0xd2, 0xc3, 0xb4, 0xa5, 0x96, 0x87 }; |