Typo and comment fix
[openssl.git] / apps / smime.c
index f9f3d2378753cb4919a9fcdef5429187ff4cb290..dd065bba51f0ff03ba90b9312744ea4af3eabe46 100644 (file)
@@ -275,7 +275,7 @@ int smime_main(int argc, char **argv)
                 goto opthelp;
             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_printf(bio_err,