diff options
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index d9b9232a4..2b0f801e0 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -634,10 +634,10 @@ TALER_TESTING_cmd_set_var (const char *name, /** - * Update interpeter @a is variable state due to execution of @a cmd. + * Update interpreter @a is variable state due to execution of @a cmd. * * @param[in,out] is interpreter to update - * @param[in,out] cmd command that we are exeucting and that + * @param[in,out] cmd command that we are executing and that * needs to be checked for side-effects on the variable state */ void |