]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Fixed some typos, courtesy of codespell
authorTobias Brunner <tobias@strongswan.org>
Tue, 27 Sep 2022 15:14:58 +0000 (17:14 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 27 Sep 2022 15:46:27 +0000 (17:46 +0200)
src/libstrongswan/tests/suites/test_chunk.c
src/pki/man/pki---est.1.in

index 93753c7398331104c5b2b4d26b925b3e8f1879c3..7328a2caa9e5e8cf40b777fe6c01a92fe1509f09 100644 (file)
@@ -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)
        {
index 5c4f16fc77ba375f33946e65bac11f1c4a7f20e1..a4d9c282fe1873bd04363ac983a281369993ae97 100644 (file)
@@ -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