diff options
Diffstat (limited to '')
-rw-r--r-- | common/keyserver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/keyserver.h b/common/keyserver.h index 63dbde69f..200378d9b 100644 --- a/common/keyserver.h +++ b/common/keyserver.h @@ -48,8 +48,8 @@ /* Must be 127 due to shell internal magic. */ #define KEYSERVER_SCHEME_NOT_FOUND 127 -/* Object to hold information pertaining to a keyserver; it further - allows to build a list of keyservers. Note that g10/options.h has +/* Object to hold information pertaining to a keyserver; it also + allows building a list of keyservers. Note that g10/options.h has a typedef for this. FIXME: We should make use of the parse_uri_t. */ struct keyserver_spec |