Fix TYPO:parammeters 47/86047/1
authorDongsun Lee <ds73.lee@samsung.com>
Tue, 30 Aug 2016 08:58:05 +0000 (17:58 +0900)
committerDongsun Lee <ds73.lee@samsung.com>
Tue, 30 Aug 2016 08:58:05 +0000 (17:58 +0900)
Change-Id: Iee2e8ab019ce5412ad6f7b230a065d553db19847
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
api/yaca/yaca_key.h

index 6f9a0f1..82ef7b9 100755 (executable)
@@ -68,7 +68,7 @@ int yaca_key_get_type(const yaca_key_h key, yaca_key_type_e *key_type);
  *           asymmetric key (including key generation parameters).
  *
  * @remarks  For Diffie-Helmann @a key_bit_len returns prime length in bits. Values
- *           used to generate the key/parammeters in yaca_key_generate() are not
+ *           used to generate the key/parameters in yaca_key_generate() are not
  *           restored. Neither generator number nor values from #yaca_key_bit_length_dh_rfc_e.
  *
  * @remarks  For Elliptic Curves @a key_bit_len returns values from #yaca_key_bit_length_ec_e.