diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-11-14 08:46:13 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-14 08:46:13 +0100 |
commit | bac8fa20abbe641b2b745d759c46966327bdbb64 (patch) | |
tree | dc15e656b0fc8e5d5b4bdff13a77d6c73545896d | |
parent | ae61471a3d71169d5753c90585307e0c216a6e6b (diff) |
fix typos
-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 |