Skip to content

Commit 0f31f5b

Browse files
committed
codespell fixes.
1 parent a540c6a commit 0f31f5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
# The exclude_file contains lines of code that should be ignored. This is useful for individual lines which have non-words that can safely be ignored.
2828
exclude_file: '.codespellexcludelines'
2929
# To skip files entirely from being processed, add it to the following list:
30-
skip: '*.cproject,*.der,*.mtpj,*.pem,*.vcxproj,.git,*.launch,*.scfg,./IDE/Renesas/cs+/Projects/t4_demo/README_jp.txt'
30+
skip: '*.cproject,*.der,*.mtpj,*.pem,*.vcxproj,.git,*.launch,*.scfg,*/README_jp.txt'

wolfcrypt/src/ASN_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static const ASNItem <template>[] = {
1818
/* <ITEM_0> */ { <depth>, <ASN Type>, <constructed>, <header>, <optional> },
1919
...
2020
};
21-
/* Named indeces for <template>. */
21+
/* Named indices for <template>. */
2222
enum {
2323
<TEMPLATE>_<ITEM_0> = 0,
2424
<TEMPLATE>_<ITEM_1>,

0 commit comments

Comments
 (0)