diff options
Diffstat (limited to 'cipher/dsa.c')
-rw-r--r-- | cipher/dsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/dsa.c b/cipher/dsa.c index 8eb0cec93..f32fee649 100644 --- a/cipher/dsa.c +++ b/cipher/dsa.c @@ -75,7 +75,7 @@ dsa_free_secret_key( DSA_secret_key *sk ) /**************** - * Test wether the secret key is valid. + * Test whether the secret key is valid. * Returns: if this is a valid key. */ int |