diff options
author | Werner Koch <[email protected]> | 2016-06-14 07:06:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-06-14 07:06:44 +0000 |
commit | 5ddccf4fc650eeb08bee7bea3e6cd889e4e32fab (patch) | |
tree | 6e641e963b3498f5a27b1be0e1a012bdf34885aa /common | |
parent | speedo,w32: Add gpg-preset-passphrase also to the uninstaller. (diff) | |
download | gnupg-5ddccf4fc650eeb08bee7bea3e6cd889e4e32fab.tar.gz gnupg-5ddccf4fc650eeb08bee7bea3e6cd889e4e32fab.zip |
doc: Consistently use 'keyserver'.
--
GnuPG-bug-id: 2383
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'common')
-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. */ |