From 7c9ccceec8b0440134087ec46606164d8b8df34e Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 27 Sep 2022 17:14:58 +0200 Subject: [PATCH] Fixed some typos, courtesy of codespell --- src/libstrongswan/tests/suites/test_chunk.c | 2 +- src/pki/man/pki---est.1.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libstrongswan/tests/suites/test_chunk.c b/src/libstrongswan/tests/suites/test_chunk.c index 93753c7398..7328a2caa9 100644 --- a/src/libstrongswan/tests/suites/test_chunk.c +++ b/src/libstrongswan/tests/suites/test_chunk.c @@ -210,7 +210,7 @@ bool chunk_equals_nosan(chunk_t a, chunk_t b) { int i; - /* cant use memcmp() or any function using it, as that is again + /* can't use memcmp() or any function using it, as that is again * sanitize-checked */ if (a.len != b.len) { diff --git a/src/pki/man/pki---est.1.in b/src/pki/man/pki---est.1.in index 5c4f16fc77..a4d9c282fe 100644 --- a/src/pki/man/pki---est.1.in +++ b/src/pki/man/pki---est.1.in @@ -74,7 +74,7 @@ Can be used multiple times. Client certificate to be renewed. .TP .BI "\-X, \-\-certid " hex -Smartcard or TPM 2.0 client certficate object handle. +Smartcard or TPM 2.0 client certificate object handle. .TP .BI "\-k, \-\-key " file Client private key to be replaced. @@ -173,7 +173,7 @@ Issued certificate is trusted, valid from Jul 20 12:21:00 2023 until Jul 20 12:2 .EE .PP If the private key and the certificate of the client is stored in a TPM 2.0, the -renewal can be done wtih the following options: +renewal can be done with the following options: .PP .EX pki \-\-options est.opt --in moonReqNew.der --certid 0x01800004 --keyid 0x81010004 > moonCertNew.der -- 2.47.2