aboutsummaryrefslogtreecommitdiffstats
path: root/g10/trustdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/trustdb.c')
-rw-r--r--g10/trustdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c
index 9f06bca92..8c9088b91 100644
--- a/g10/trustdb.c
+++ b/g10/trustdb.c
@@ -836,7 +836,7 @@ verify_own_certs()
while( !(rc=enum_secret_keys( &enum_context, skc) ) ) {
/* fixed: to be sure that it is a secret key of our own,
* we should check it, but this needs a passphrase
- * for every key and this boring for the user.
+ * for every key and this is boring for the user.
* Solution: Sign the secring and the trustring
* and verify this signature during
* startup