Skip to content

Commit

Permalink
style: fix spell check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpate committed Jan 11, 2023
1 parent ba56dc7 commit 0e63b78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Middleware/FreeRTOS/transport_mbedtls/using_mbedtls.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ static int privateKeySigningCallback( void * pvContext,
unsigned char * pucSig,
size_t * pxSigLen,
int ( * piRng )( void *,
unsigned char *,
size_t ),
unsigned char *,
size_t ),
void * pvRng );

/**
Expand Down
4 changes: 2 additions & 2 deletions examples/common/cli/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
#include "mbedtls/pem.h"

/* C Library Includes*/
#include <string.h> /* memset, strncmp, strncpy */
#include <stdio.h> /* snprintf */
#include <string.h>
#include <stdio.h>

/**
* @brief Maximum length of the buffer used to send a command output to console.
Expand Down

0 comments on commit 0e63b78

Please sign in to comment.