aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-03-10 21:34:48 +0100
committerRich Salz <rsalz@openssl.org>2016-04-04 15:06:32 -0400
commit620d540bd47a96fb6905fbbdd8ea5167a8841a3e (patch)
treef1686eadbd85f953a44d0527774fd6d4007d4c3e /crypto/engine
parentf6c006ea76304a52cf9212695525e1bcc6cf6c22 (diff)
downloadopenssl-620d540bd47a96fb6905fbbdd8ea5167a8841a3e.zip
openssl-620d540bd47a96fb6905fbbdd8ea5167a8841a3e.tar.gz
openssl-620d540bd47a96fb6905fbbdd8ea5167a8841a3e.tar.bz2
various spelling fixes
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/eng_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/eng_int.h b/crypto/engine/eng_int.h
index f6a54d8..df12cde 100644
--- a/crypto/engine/eng_int.h
+++ b/crypto/engine/eng_int.h
@@ -207,7 +207,7 @@ struct engine_st {
int struct_ref;
/*
* reference count on usability of the engine type. NB: This controls the
- * loading and initialisation of any functionlity required by this
+ * loading and initialisation of any functionality required by this
* engine, whereas the previous count is simply to cope with
* (de)allocation of this structure. Hence, running_ref <= struct_ref at
* all times.