Skip to content

Commit 0306d07

Browse files
Merge pull request #6994 from embhorn/gh6988
Fix spelling warnings
2 parents 2f920b5 + 7223b5a commit 0306d07

File tree

34 files changed

+114
-114
lines changed

34 files changed

+114
-114
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ NOTE: * --enable-heapmath is being deprecated and will be removed by 2024
2323
* Added LMS/HSS and XMSS/XMSS^MT wolfcrypt hooks, both normal and verify-only options.
2424
* Added support for the AES EAX mode of operation
2525
* Port for use with Hitch (https://github.com/varnish/hitch) added
26-
* Add XTS API's to handle multiple sectors in new port ot VeraCrypt
26+
* Add XTS API's to handle multiple sectors in new port to VeraCrypt
2727

2828
## Enhancements and Optimizations
2929

IDE/CRYPTOCELL/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/* wolfCrypt_Init/wolfCrypt_Cleanup to turn CryptoCell hardware on/off */
2828
#include <wolfssl/wolfcrypt/wc_port.h>
2929

30-
/* SEGGER_RTT_Init, you can potential replace it with other serial terminal */
30+
/* SEGGER_RTT_Init, you can potentially replace it with other serial terminal */
3131
#include "SEGGER_RTT.h"
3232

3333
int main(void)

IDE/Espressif/ESP-IDF/examples/wolfssl_client/components/wolfssl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ else()
206206
"\"${WOLFSSL_ROOT}/wolfcrypt/src\""
207207
"\"${WOLFSSL_ROOT}/wolfcrypt/src/port/Espressif\""
208208
"\"${WOLFSSL_ROOT}/wolfcrypt/src/port/atmel\""
209-
# TODO: Make this a univeral makefile that detects if bechmark / test needed
209+
# TODO: Make this a universal makefile that detects if benchmark / test needed
210210
# Sometimes problematic with SM; consider gating detection.
211211
#"\"${WOLFSSL_ROOT}/wolfcrypt/benchmark\"" # the benchmark application
212212
#"\"${WOLFSSL_ROOT}/wolfcrypt/test\"" # the test application

IDE/Espressif/ESP-IDF/examples/wolfssl_server/components/wolfssl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ else()
206206
"\"${WOLFSSL_ROOT}/wolfcrypt/src\""
207207
"\"${WOLFSSL_ROOT}/wolfcrypt/src/port/Espressif\""
208208
"\"${WOLFSSL_ROOT}/wolfcrypt/src/port/atmel\""
209-
# TODO: Make this a univeral makefile that detects if bechmark / test needed
209+
# TODO: Make this a universal makefile that detects if benchmark / test needed
210210
# Sometimes problematic with SM; consider gating detection.
211211
#"\"${WOLFSSL_ROOT}/wolfcrypt/benchmark\"" # the benchmark application
212212
#"\"${WOLFSSL_ROOT}/wolfcrypt/test\"" # the test application

IDE/Espressif/ESP-IDF/examples/wolfssl_test/main/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,6 @@ void app_main(void)
241241
#else
242242
vTaskDelay(60000);
243243
#endif
244-
} /* done whle */
244+
} /* done while */
245245
#endif
246246
}

IDE/Renesas/cs+/Projects/t4_demo/README_en.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Setup process:
1212
- Unzip wolfssl under the same directory
1313

1414
2. Set up wolfSSL
15-
- open wolfssl\IDE\Renesas\cs+\Projec/wolfssl\lib.mtpj with CS+ and build
15+
- open wolfssl\IDE\Renesas\cs+\Projects\wolfssl\lib.mtpj with CS+ and build
1616
- open t4_demo.mtpj and build. This create demo program library.
1717

1818
3. Set up AlphaProject

IDE/Renesas/e2studio/RZN2L/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ $./examples/server/server -b -d -i -v 4
152152

153153
+ For ECDSA sign and verify use,
154154
Enable the `USE_CERT_BUFFER_256` macro in `wolfssl_demo.h`
155-
Disble the `USE_CERT_BUFFER_2048` macro in `wolfssl_demo.h`
155+
Disable the `USE_CERT_BUFFER_2048` macro in `wolfssl_demo.h`
156156

157157
+ launch server with the following option.
158158
```
@@ -214,7 +214,7 @@ $./examples/server/server -b -d -i -v 3
214214

215215
+ For ECDSA sign and verify use,
216216
Enable the `USE_CERT_BUFFER_256` macro in `wolfssl_demo.h`
217-
Disble the `USE_CERT_BUFFER_2048` macro in `wolfssl_demo.h`
217+
Disable the `USE_CERT_BUFFER_2048` macro in `wolfssl_demo.h`
218218

219219
+ launch server with the following option.
220220
```
@@ -281,7 +281,7 @@ static const byte ucIPAddress[4] = { 192, 168, 11, 241 };
281281

282282
+ For ECDSA sign and verify use,
283283
Enable the `USE_CERT_BUFFER_256` macro in `wolfssl_demo.h`
284-
Disble the `USE_CERT_BUFFER_2048` macro in `wolfssl_demo.h`
284+
Disable the `USE_CERT_BUFFER_2048` macro in `wolfssl_demo.h`
285285

286286
+ launch server from e2studio
287287

@@ -311,7 +311,7 @@ Cleaning up socket and wolfSSL objects.
311311
Waiting connection....
312312
```
313313

314-
You will see the follwoing message on Linux terminal.
314+
You will see the following message on Linux terminal.
315315
```
316316
$ ./examples/client/client -h 192.168.11.241 -p 11111 -v 4
317317
SSL version is TLSv1.3
@@ -333,7 +333,7 @@ Received: hello wolfssl!
333333
Cleaning up socket and wolfSSL objects.
334334
Waiting connection....
335335
```
336-
You will see the follwoing message on Linux terminal.
336+
You will see the following message on Linux terminal.
337337
```
338338
$ ./examples/client/client -h 192.168.11.241 -p 11111 -v 4 -A ./certs/ca-ecc-cert.pem -c ./certs/client-ecc-cert.pem -k ./cert
339339
s/ecc-client-key.pem
@@ -359,7 +359,7 @@ static const byte ucIPAddress[4] = { 192, 168, 11, 241 };
359359

360360
+ For ECDSA sign and verify use,
361361
Enable the `USE_CERT_BUFFER_256` macro in `wolfssl_demo.h`
362-
Disble the `USE_CERT_BUFFER_2048` macro in `wolfssl_demo.h`
362+
Disable the `USE_CERT_BUFFER_2048` macro in `wolfssl_demo.h`
363363

364364
+ launch server from e2studio
365365

@@ -389,7 +389,7 @@ Cleaning up socket and wolfSSL objects.
389389
Waiting connection....
390390
```
391391

392-
You will see the follwoing message on Linux terminal.
392+
You will see the following message on Linux terminal.
393393
```
394394
$ ./examples/client/client -h 192.168.11.241 -p 11111 -v 3
395395
SSL version is TLSv1.2
@@ -411,7 +411,7 @@ Received: hello wolfssl!
411411
Cleaning up socket and wolfSSL objects.
412412
Waiting connection....
413413
```
414-
You will see the follwoing message on Linux terminal.
414+
You will see the following message on Linux terminal.
415415
```
416416
$ ./examples/client/client -h 192.168.11.241 -p 11111 -v 3 -A ./certs/ca-ecc-cert.pem -c ./certs/client-ecc-cert.pem -k ./certs/ecc-client-key.pem
417417
SSL version is TLSv1.2

IDE/Renesas/e2studio/RZN2L/test/src/rzn2l_tst_thread_entry.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ void RSIP_KeyGeneration(FSPSM_ST *g)
131131
}
132132

133133
/* only pointer sets to NULL */
134-
/* onwer of keys should be freed */
134+
/* owner of keys should be freed */
135135
void Clr_CallbackCtx(FSPSM_ST *g)
136136
{
137137
(void) g;

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ NOTE: * --enable-heapmath is being deprecated and will be removed by 2024
9595
* Added LMS/HSS and XMSS/XMSS^MT wolfcrypt hooks, both normal and verify-only options.
9696
* Added support for the AES EAX mode of operation
9797
* Port for use with Hitch (https://github.com/varnish/hitch) added
98-
* Add XTS API's to handle multiple sectors in new port ot VeraCrypt
98+
* Add XTS API's to handle multiple sectors in new port to VeraCrypt
9999

100100
## Enhancements and Optimizations
101101

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ NOTE: * --enable-heapmath is being deprecated and will be removed by 2024
100100
* Added LMS/HSS and XMSS/XMSS^MT wolfcrypt hooks, both normal and verify-only options.
101101
* Added support for the AES EAX mode of operation
102102
* Port for use with Hitch (https://github.com/varnish/hitch) added
103-
* Add XTS API's to handle multiple sectors in new port ot VeraCrypt
103+
* Add XTS API's to handle multiple sectors in new port to VeraCrypt
104104
105105
## Enhancements and Optimizations
106106

0 commit comments

Comments
 (0)