aboutsummaryrefslogtreecommitdiff
path: root/src/exchange-lib/testing_api_trait_cmd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-13 18:08:51 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-13 18:08:51 +0200
commit85e22419c938d8aaeeba81a7a5a2f2a9ca112397 (patch)
treefe7463951154329a1552b3a220d3c82a88ff74f2 /src/exchange-lib/testing_api_trait_cmd.c
parentc09c900922079be0314009719042a9fd08df798e (diff)
downloadexchange-85e22419c938d8aaeeba81a7a5a2f2a9ca112397.tar.xz
fix issue with 'meta' not being initialized - by getting rid of it
Diffstat (limited to 'src/exchange-lib/testing_api_trait_cmd.c')
-rw-r--r--src/exchange-lib/testing_api_trait_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/testing_api_trait_cmd.c b/src/exchange-lib/testing_api_trait_cmd.c
index 9f7c8d5c8..8e7962199 100644
--- a/src/exchange-lib/testing_api_trait_cmd.c
+++ b/src/exchange-lib/testing_api_trait_cmd.c
@@ -37,7 +37,7 @@
* @param cmd command to extract the command from.
* @param index always zero. Commands offering this
* kind of traits do not need this index. For
- * example, a "meta" CMD returns always the
+ * example, a "batch" CMD returns always the
* CMD currently being executed.
* @param cmd_[out] where to write the wire details.
*