aboutsummaryrefslogtreecommitdiffstats
path: root/util/errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/errors.c')
-rw-r--r--util/errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/errors.c b/util/errors.c
index 9b8848f4c..b6024cb99 100644
--- a/util/errors.c
+++ b/util/errors.c
@@ -50,7 +50,7 @@ g10_errstr( int err )
X(KEYRING_OPEN ,"Can't open the keyring")
X(INVALID_PACKET ,"Invalid packet")
X(BAD_RING ,"Broken keyring")
- X(NO_USER_ID ,"No such user id found")
+ X(NO_USER_ID ,"No such user id")
X(NO_SECKEY ,"Secret key not available")
X(WRONG_SECKEY ,"Wrong secret key used")
X(UNSUPPORTED ,"Not supported")