From 17977eda3063bdf79f610cc08d717877ee4f9660 Mon Sep 17 00:00:00 2001 From: Finn Callies Date: Wed, 24 Jan 2024 16:23:16 +0100 Subject: [PATCH] cpacfstats: Fix typo PCMKO to PCKMO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit fixes a typo in the cpacfstats.c client application and its respective manpage cpacfstats.1. Signed-off-by: Finn Callies Reviewed-by: Harald Freudenberger Reviewed-by: Ingo Franzki Signed-off-by: Jan Höppner --- cpacfstats/cpacfstats.1 | 4 ++-- cpacfstats/cpacfstats.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cpacfstats/cpacfstats.1 b/cpacfstats/cpacfstats.1 index 2c052905..8ebfffa8 100644 --- a/cpacfstats/cpacfstats.1 +++ b/cpacfstats/cpacfstats.1 @@ -355,13 +355,13 @@ PCKMO DES, .IP \(bu PCKMO 2key TDES, .IP \(bu -PCMKO TDES, +PCKMO TDES, .IP \(bu PCKMO AES 128bit, .IP \(bu PCKMO AES 192bit, .IP \(bu -PCMKO AES 256bit, +PCKMO AES 256bit, .IP \(bu PCKMO ECC P256, .IP \(bu diff --git a/cpacfstats/cpacfstats.c b/cpacfstats/cpacfstats.c index 238b1760..2b783cb7 100644 --- a/cpacfstats/cpacfstats.c +++ b/cpacfstats/cpacfstats.c @@ -204,10 +204,10 @@ static const char *const pai_str[] = { [142] = "KDSA EdDSA Sign Ed448 protected key", [143] = "PCKMO DES", [144] = "PCKMO 2key TDES", - [145] = "PCMKO TDES", + [145] = "PCKMO TDES", [146] = "PCKMO AES 128bit", [147] = "PCKMO AES 192bit", - [148] = "PCMKO AES 256bit", + [148] = "PCKMO AES 256bit", [149] = "PCKMO ECC P256", [150] = "PCKMO ECC P384", [151] = "PCKMO ECC P521",