File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -80,19 +80,19 @@ jobs:
80
80
with :
81
81
ref : main
82
82
repository : aws/aws-iot-device-sdk-embedded-C
83
- - run : rm -rf libraries/standard/retry-utils
83
+ - run : rm -rf libraries/standard/backoffAlgorithm
84
84
- name : Clone This Repo
85
85
uses : actions/checkout@v2
86
86
with :
87
- path : libraries/standard/backoff-algorithm
87
+ path : libraries/standard/backoffAlgorithm
88
88
- name : Install spell
89
89
run : |
90
90
sudo apt-get install spell
91
91
sudo apt-get install util-linux
92
92
- name : Check spelling
93
93
run : |
94
94
PATH=$PATH:$PWD/tools/spell
95
- for lexfile in `find libraries/standard/backoff-algorithm -name lexicon.txt`
95
+ for lexfile in `find libraries/standard/backoffAlgorithm -name lexicon.txt`
96
96
do dir=${lexfile%/lexicon.txt}
97
97
echo $dir
98
98
find-unknown-comment-words --directory $dir
Original file line number Diff line number Diff line change @@ -9,34 +9,49 @@ backoffalgorithmrngfailure
9
9
backoffalgorithmsuccess
10
10
backoffbase
11
11
br
12
+ colspan
13
+ copydoc
12
14
com
15
+ defgroup
13
16
dns
14
17
endif
15
18
fd
19
+ freertos
20
+ gcc
16
21
getaddrinfo
22
+ github
17
23
https
18
24
ifndef
19
25
inc
20
26
ingroup
21
27
iot
28
+ iso
22
29
longjmp
30
+ mainpage
23
31
maxattempts
24
32
maxbackoff
25
33
min
34
+ misra
26
35
mockrng
27
36
noninfringement
37
+ os
28
38
param
29
39
pcontext
30
40
pnextbackoff
31
41
pretrycontext
32
42
pretryparams
33
43
prng
34
44
randomvalue
45
+ readme
46
+ rm
35
47
rng
36
48
sdk
37
49
shouldn
38
50
stderr
39
51
sublicense
40
52
tcp
53
+ td
54
+ toolchain
55
+ tr
41
56
trng
42
57
utils
You can’t perform that action at this time.
0 commit comments