diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2016-02-05 21:23:54 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-02-05 21:25:50 +0100 |
commit | 0d4fb8439092ff8253af72ac6bc193e77ebbcf2f (patch) | |
tree | 37245acc0ccd68923f888ec2e206a58925b60106 /crypto/engine/eng_dyn.c | |
parent | RT4070: Improve struct/union regexp (diff) | |
download | openssl-0d4fb8439092ff8253af72ac6bc193e77ebbcf2f.tar.xz openssl-0d4fb8439092ff8253af72ac6bc193e77ebbcf2f.zip |
GH601: Various spelling fixes.
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/engine/eng_dyn.c')
-rw-r--r-- | crypto/engine/eng_dyn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/eng_dyn.c b/crypto/engine/eng_dyn.c index 25365256c3..607317b355 100644 --- a/crypto/engine/eng_dyn.c +++ b/crypto/engine/eng_dyn.c @@ -316,7 +316,7 @@ void ENGINE_load_dynamic(void) static int dynamic_init(ENGINE *e) { /* - * We always return failure - the "dyanamic" engine itself can't be used + * We always return failure - the "dynamic" engine itself can't be used * for anything. */ return 0; |