From: Tobias Brunner Date: Tue, 27 Sep 2022 15:14:58 +0000 (+0200) Subject: Fixed some typos, courtesy of codespell X-Git-Tag: 5.9.8~13 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=7c9ccceec8b0440134087ec46606164d8b8df34e;p=thirdparty%2Fstrongswan.git Fixed some typos, courtesy of codespell --- 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