Skip to content

Commit 6fa9fbf

Browse files
committed
docs: fixed typos.
1 parent 8af26f6 commit 6fa9fbf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/encrypted_partitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ can be used to set a temporary encryption key for the external partition, or era
5252

5353
Moreover, using `libwolfboot` to access the external flash with wolfboot hal from the application will not
5454
use encryption. This way the received update, already encrypted at origin, can be stored in the external
55-
memory unchanged, and retreived in its encrypted format, e.g. to verify that the transfer has been successful before
55+
memory unchanged, and retrieved in its encrypted format, e.g. to verify that the transfer has been successful before
5656
reboot.
5757

5858
### Symmetric encryption algorithm
@@ -61,7 +61,7 @@ The algorithm currently used to encrypt and decrypt data in external partitions
6161
is Chacha20-256.
6262

6363
- The `key` provided to `wolfBoot_set_encrypt_key()` must be exactly 32 Bytes long.
64-
- The `nonce` argument must be a 96-bit (12 Bytes) randomly generated buffer, to be used as IV for encryption and decription.
64+
- The `nonce` argument must be a 96-bit (12 Bytes) randomly generated buffer, to be used as IV for encryption and decryption.
6565

6666
## Example usage
6767

docs/remote_flash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Read and write operations are simply translated into remote procedure calls via
4242
the remote application and provide read and write access to actual storage elements which would only be accessible
4343
by the host.
4444

45-
This means that after a successful update, a copy of the previos firmware will be stored in the remote partition to
45+
This means that after a successful update, a copy of the previous firmware will be stored in the remote partition to
4646
provide exactly the same update mechanism that is available in all the other use cases. The only difference consist
4747
in the way of accessing the physical storage area, but all the mechanisms at a higher level stay the same.
4848

0 commit comments

Comments
 (0)