aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2018-12-18 01:26:57 +0000
committerNIIBE Yutaka <[email protected]>2018-12-18 01:26:57 +0000
commite6b7e0ff9990813ac9f11b2d9d92596d6379ebfe (patch)
tree6a9087aa3d8a186cc6374bb6a27e73dfd907306e
parentSilence a few compiler warnings new with gcc 8. (diff)
downloadgnupg-e6b7e0ff9990813ac9f11b2d9d92596d6379ebfe.tar.gz
gnupg-e6b7e0ff9990813ac9f11b2d9d92596d6379ebfe.zip
scd: Fix description string.
* scd/app-openpgp.c (data_objects): Capitalize the word for usage. Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r--scd/app-openpgp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c
index 9948c0bd9..c87add14a 100644
--- a/scd/app-openpgp.c
+++ b/scd/app-openpgp.c
@@ -122,8 +122,8 @@ static struct {
{ 0x7F74, 0, 0x6E, 1, 0, 0, 0, 0, "General Feature Management"},
{ 0x00D5, 0, 0, 1, 0, 0, 0, 0, "AES key data"},
{ 0x00D6, 0, 0x6E, 1, 0, 0, 0, 0, "UIF for Signature"},
- { 0x00D7, 0, 0x6E, 1, 0, 0, 0, 0, "UIF for decryption"},
- { 0x00D8, 0, 0x6E, 1, 0, 0, 0, 0, "UIF for authentication"},
+ { 0x00D7, 0, 0x6E, 1, 0, 0, 0, 0, "UIF for Decryption"},
+ { 0x00D8, 0, 0x6E, 1, 0, 0, 0, 0, "UIF for Authentication"},
{ 0x00F9, 0, 0, 1, 0, 0, 0, 0, "KDF data object"},
{ 0 }
};