Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user