diff options
Diffstat (limited to 'common/openpgpdefs.h')
-rw-r--r-- | common/openpgpdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/openpgpdefs.h b/common/openpgpdefs.h index e200d6b3b..f8b86e1bd 100644 --- a/common/openpgpdefs.h +++ b/common/openpgpdefs.h @@ -106,7 +106,7 @@ typedef enum SIGSUBPKT_PREF_HASH = 21, /* Preferred hash algorithms. */ SIGSUBPKT_PREF_COMPR = 22, /* Preferred compression algorithms. */ SIGSUBPKT_KS_FLAGS = 23, /* Key server preferences. */ - SIGSUBPKT_PREF_KS = 24, /* Preferred key server. */ + SIGSUBPKT_PREF_KS = 24, /* Preferred keyserver. */ SIGSUBPKT_PRIMARY_UID = 25, /* Primary user id. */ SIGSUBPKT_POLICY = 26, /* Policy URL. */ SIGSUBPKT_KEY_FLAGS = 27, /* Key flags. */ |