corrected type

This commit is contained in:
Andreas Steffen 2006-05-29 06:58:55 +00:00
parent 65996a534d
commit a8a1fa1c03
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ struct rsa_private_key_t {
};
/**
* @brief Generate a new RSA key with specified key lenght.
* @brief Generate a new RSA key with specified key length.
*
* @param key_size size of the key in bits
* @return generated rsa_private_key_t.