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:
8080 with :
8181 ref : main
8282 repository : aws/aws-iot-device-sdk-embedded-C
83- - run : rm -rf libraries/standard/retry-utils
83+ - run : rm -rf libraries/standard/backoffAlgorithm
8484 - name : Clone This Repo
8585 uses : actions/checkout@v2
8686 with :
87- path : libraries/standard/backoff-algorithm
87+ path : libraries/standard/backoffAlgorithm
8888 - name : Install spell
8989 run : |
9090 sudo apt-get install spell
9191 sudo apt-get install util-linux
9292 - name : Check spelling
9393 run : |
9494 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`
9696 do dir=${lexfile%/lexicon.txt}
9797 echo $dir
9898 find-unknown-comment-words --directory $dir
Original file line number Diff line number Diff line change @@ -9,34 +9,49 @@ backoffalgorithmrngfailure
99backoffalgorithmsuccess
1010backoffbase
1111br
12+ colspan
13+ copydoc
1214com
15+ defgroup
1316dns
1417endif
1518fd
19+ freertos
20+ gcc
1621getaddrinfo
22+ github
1723https
1824ifndef
1925inc
2026ingroup
2127iot
28+ iso
2229longjmp
30+ mainpage
2331maxattempts
2432maxbackoff
2533min
34+ misra
2635mockrng
2736noninfringement
37+ os
2838param
2939pcontext
3040pnextbackoff
3141pretrycontext
3242pretryparams
3343prng
3444randomvalue
45+ readme
46+ rm
3547rng
3648sdk
3749shouldn
3850stderr
3951sublicense
4052tcp
53+ td
54+ toolchain
55+ tr
4156trng
4257utils
You can’t perform that action at this time.
0 commit comments