Skip to content

Commit cc9ac12

Browse files
author
Nicolas Pernoud
committed
fixes: exclude example file from codespell and corrected typo
Signed-off-by: Nicolas Pernoud <nicolas.pernoud@stormshield.eu>
1 parent 122852d commit cc9ac12

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- name: Check spelling
1414
uses: codespell-project/actions-codespell@v1
15+
with:
16+
exclude_file: tss-esapi/examples/symmetric_file_encrypt_decrypt_example.txt
1517

1618
formatting:
1719
name: Check formatting

tss-esapi/examples/symmetric_file_encrypt_decrypt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fn main() {
4242
.expect("Failed to build object attributes");
4343

4444
let key_pub = PublicBuilder::new()
45-
// This key is a AES key
45+
// This key is an AES key
4646
.with_public_algorithm(PublicAlgorithm::SymCipher)
4747
.with_name_hashing_algorithm(HashingAlgorithm::Sha256)
4848
.with_symmetric_cipher_parameters(SymmetricCipherParameters::new(

0 commit comments

Comments
 (0)