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 66f0b8f
Showing 1 changed file with 2 additions and 2 deletions.
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 66f0b8f

Please sign in to comment.