Revert "various spelling fixes"
[openssl.git] / crypto / engine / eng_int.h
index df12cde3321bd6729032bdcb3cd1df64c362a427..f6a54d8567ea77320cac0cc92fe4cd0e52721f7e 100644 (file)
@@ -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 functionality required by this
+     * loading and initialisation of any functionlity 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.