mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-16 17:57:44 -04:00
Aws only files spell check (#593)
* Added spell check * All words * Add a missing word * Fix header checks * Fix header checks v1 * Fix header check v2 * Updated freertos link in header * Fixed afr link in the header * Fix last of header checks * Update the spell check script to check amazon licensed files only * Fixed paths and added comments * Try with modified repo * Add inplace substitute option to sed * Use official repo as the spell checker source * Add vendor file to the ignored list Co-authored-by: root <root@ip-172-31-5-28.us-west-2.compute.internal>
This commit is contained in:
parent
e117bdcd17
commit
1bc759d413
104 changed files with 3737 additions and 444 deletions
|
@ -851,7 +851,7 @@ const char * mbedtls_strerror_highlevel( int32_t errnum )
|
|||
break;
|
||||
|
||||
case -( MBEDTLS_ERR_X509_FATAL_ERROR ):
|
||||
rc = "X509 - A fatal error occured, eg the chain is too long or the vrfy callback failed";
|
||||
rc = "X509 - A fatal error occurred, eg the chain is too long or the vrfy callback failed";
|
||||
break;
|
||||
#endif /* MBEDTLS_X509_USE_C || MBEDTLS_X509_CREATE_C */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue