From 620d540bd47a96fb6905fbbdd8ea5167a8841a3e Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Thu, 10 Mar 2016 21:34:48 +0100 Subject: various spelling fixes Reviewed-by: Richard Levitte Reviewed-by: Rich Salz --- crypto/engine/eng_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/engine') diff --git a/crypto/engine/eng_int.h b/crypto/engine/eng_int.h index f6a54d8567..df12cde332 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. -- cgit v1.2.3