aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/keygen.c')
-rw-r--r--g10/keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/keygen.c b/g10/keygen.c
index 2db4ab210..2adb4cc01 100644
--- a/g10/keygen.c
+++ b/g10/keygen.c
@@ -2446,9 +2446,9 @@ proc_parameter_file( struct para_data_s *para, const char *fname,
/* make DEK and S2K from the Passphrase */
r = get_parameter( para, pPASSPHRASE );
if( r && *r->u.value ) {
- /* we have a plain text passphrase - create a DEK from it.
+ /* We have a plain text passphrase - create a DEK from it.
* It is a little bit ridiculous to keep it ih secure memory
- * but becuase we do this alwasy, why not here */
+ * but because we do this always, why not here */
STRING2KEY *s2k;
DEK *dek;