Merge some conditional blocks of code.
[openssl.git] / apps / cms.c
index ad771d2d850b0ce3142c536c7e06d6aada5b2459..5899760a90f95286c11ffbb5c92bfa33539fd2d8 100644 (file)
@@ -480,7 +480,7 @@ int cms_main(int argc, char **argv)
             signerfile = opt_arg();
             break;
         case OPT_INKEY:
-            /* If previous -inkey arument add signer to list */
+            /* If previous -inkey argument add signer to list */
             if (keyfile) {
                 if (signerfile == NULL) {
                     BIO_puts(bio_err, "Illegal -inkey without -signer\n");