diff options
| author | Tobias Brunner <tobias@strongswan.org> | 2017-05-26 14:44:06 +0200 |
|---|---|---|
| committer | Tobias Brunner <tobias@strongswan.org> | 2017-05-26 14:44:06 +0200 |
| commit | b2473e94a21598eb818daee696e9fb0c7e87530d (patch) | |
| tree | 73980725c640681764076f1a94adf48839cbe6fc /src/libimcv/plugins/imc_test | |
| parent | cd0bba90a9d38afd4378ec498802aa05704734d9 (diff) | |
| download | strongswan-b2473e94a21598eb818daee696e9fb0c7e87530d.tar.bz2 strongswan-b2473e94a21598eb818daee696e9fb0c7e87530d.tar.xz | |
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libimcv/plugins/imc_test')
| -rw-r--r-- | src/libimcv/plugins/imc_test/imc_test_state.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libimcv/plugins/imc_test/imc_test_state.h b/src/libimcv/plugins/imc_test/imc_test_state.h index 5f9ee2537..365caff7c 100644 --- a/src/libimcv/plugins/imc_test/imc_test_state.h +++ b/src/libimcv/plugins/imc_test/imc_test_state.h @@ -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); |
