diff options
Diffstat (limited to 'agent/genkey.c')
-rw-r--r-- | agent/genkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/genkey.c b/agent/genkey.c index 8a43d8944..7fb0139a4 100644 --- a/agent/genkey.c +++ b/agent/genkey.c @@ -220,7 +220,7 @@ check_passphrase_constraints (ctrl_t ctrl, const char *pw, } /* Now check the constraints and collect the error messages unless - in in silent mode which returns immediately. */ + in silent mode which returns immediately. */ if (utf8_charcount (pw, -1) < minlen ) { if (!failed_constraint) |