Skip to content

Commit

Permalink
Few more spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Fekete committed Oct 7, 2024
1 parent 101269b commit 14ae7b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
check_filenames: true
check_hidden: true
# Add comma separated list of words to ignore (sorted alphabetically, case sensitive)
ignore_words_list: adin,ADn,alph,aNULL,carryIn,cconfiguration,chainG,ciph,cLen,cliKs,creen,dout,ede,Fo,haveA,hashIn,larg,LEAPYEAR,inCreated,inOut,inout,Merget,mot,optionA,parm,parms,rIn,rsource,ser,siz,Te,te,TOOM,userA,vie
ignore_words_list: adin,ADn,alph,aNULL,carryIn,cconfiguration,chainG,ciph,cLen,cliKs,creen,dout,ede,Fo,haveA,hashIn,larg,LEAPYEAR,inCreated,inOut,inout,Merget,mot,optionA,parm,parms,repid,rIn,rsource,ser,siz,Te,te,TOOM,userA,vie
exclude_file: ./IDE/ECLIPSE/DEOS/tls_wolfssl.c,./IDE/ECLIPSE/MICRIUM/client_wolfssl.c,./IDE/IAR-MSP430/main.c,./tests/api.c
skip:
'*.pem'
skip: '*.pem,*.cproject'
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ int set_time_from_string(const char* time_buffer)
int quote_offset = 0;
int ret = 0;

/* perform some basic sanity checkes */
/* perform some basic sanity checks */
ret = probably_valid_time_string(time_buffer);
if (ret == ESP_OK) {
/* we are expecting the string to be encapsulated in single quotes */
Expand Down
2 changes: 1 addition & 1 deletion IDE/MPLABX16/wolfcrypt_test.X/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# clean remove built files from a configuration
# clobber remove all built files
# all build all configurations
# help print help mesage
# help print help message
#
# Targets .build-impl, .clean-impl, .clobber-impl, .all-impl, and
# .help-impl are implemented in nbproject/makefile-impl.mk.
Expand Down

0 comments on commit 14ae7b5

Please sign in to comment.