Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005
[openssl.git] / crypto / engine / eng_ctrl.c
index 2757755d2783a0a39c6df37b49e8548ad3280b4b..2db9902822b435f8b68730bb652b2912dd11c188 100644 (file)
@@ -133,7 +133,7 @@ static int int_ctrl_helper(ENGINE *e, int cmd, long i, void *p,
         return e->cmd_defns[idx].cmd_num;
     }
     /*
-     * For the rest of the commands, the 'long' argument must specify a valie
+     * For the rest of the commands, the 'long' argument must specify a valid
      * command number - so we need to conduct a search.
      */
     if ((e->cmd_defns == NULL) || ((idx = int_ctrl_cmd_by_num(e->cmd_defns,