openpgp-tool: fix typo

This commit is contained in:
Peter Marschall 2018-10-21 18:06:37 +02:00 committed by Frank Morgner
parent ec3830fe66
commit afda163dc6
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ int do_genkey(sc_card_t *card, u8 key_id, const char *keytype)
return SC_ERROR_INVALID_ARGUMENTS;
}
/* fack back to RSA 2048 if keytype is not given */
/* fall back to RSA 2048 if keytype is not given */
if (!keytype)
keytype = "RSA2048";