Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2017-05-26 14:44:06 +02:00
parent cd0bba90a9
commit b2473e94a2
10 changed files with 13 additions and 13 deletions
@@ -116,7 +116,7 @@ static bool do_netstat(ietf_attr_port_filter_t *attr)
const char loopback_v4[] = "127.0.0.1";
const char loopback_v6[] = "::1";
/* Open a pipe stream for reading the output of the netstat commmand */
/* Open a pipe stream for reading the output of the netstat command */
file = popen("/bin/netstat -n -l -p -4 -6 --inet", "r");
if (!file)
{
@@ -42,14 +42,14 @@ struct imc_test_state_t {
/**
* get the command to send to IMV
*
* @return commmand to send to IMV
* @return command to send to IMV
*/
char* (*get_command)(imc_test_state_t *this);
/**
* set the command to send to IMV
*
* @param command commmand to send to IMV
* @param command command to send to IMV
*/
void (*set_command)(imc_test_state_t *this, char *command);