mirror of https://github.com/wolfSSL/wolfssl.git
Few more spelling mistakes
parent
c0cb206a80
commit
f4dae7cbaf
|
@ -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'
|
||||
|
|
|
@ -204,7 +204,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 */
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue