diff options
author | Neal H. Walfield <neal@g10code.de> | 2015-03-19 11:14:52 +0100 |
---|---|---|
committer | Neal H. Walfield <neal@g10code.de> | 2015-03-23 19:58:30 +0100 |
commit | 096f4186c8cba7435105b4731b63aab953eb3ac7 (patch) | |
tree | 05a829ad75c5a257cb81c14ad5e650c8fed285d9 /common | |
parent | Improve documenation of http_parse_uri. (diff) | |
download | gnupg2-096f4186c8cba7435105b4731b63aab953eb3ac7.tar.xz gnupg2-096f4186c8cba7435105b4731b63aab953eb3ac7.zip |
Improve spelling and grammar of some comments.
--
Signed-off-by: Neal H. Walfield <neal@g10code.de>
Diffstat (limited to 'common')
-rw-r--r-- | common/userids.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/userids.c b/common/userids.c index 61e88cccf..e1304be0a 100644 --- a/common/userids.c +++ b/common/userids.c @@ -38,7 +38,7 @@ /* Parse the user-id NAME and build a search description for it. - * Returns 0 on succdess or an error code. DESC may be NULL to merely + * Returns 0 on success or an error code. DESC may be NULL to merely * check the validity of a user-id. * * Some used rules: |