aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-06 23:08:53 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-06 23:08:53 +0200
commit282bbb0b62b5511d263e07f9837af5aac9bd90fe (patch)
tree21d59ae52fd9a63f7832297e947fae614da63ddb /src/include/taler_exchangedb_plugin.h
parentfaea446c1064ccffade61697707cee8adceb5e52 (diff)
downloadexchange-282bbb0b62b5511d263e07f9837af5aac9bd90fe.tar.xz
-fix typos
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 82c46cdcb..94b4b40dd 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -2810,8 +2810,8 @@ struct TALER_EXCHANGEDB_Plugin
*
* @param cls the @e cls of this struct with the plugin-specific state
* @param num the number of shard servers to create. The shard servers
- * must follow the numbering of 1-N, have the same user as
- * the master and have tables named <table>_n where n is the same
+ * must follow the numbering of [1-N], have the same user as
+ * the master and have tables named $TABLE_$N where $N is the same
* as the servers index of N.
* @return #GNUNET_OK upon success; #GNUNET_SYSERR upon failure
*/