summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-03-19 10:50:21 +0100
committerChristian Grothoff <christian@grothoff.org>2019-03-19 10:50:21 +0100
commit1c723bf4859562284c3efff5f45525df94df1453 (patch)
treea7f55a3688159339b67232388bf12f0f416889b2
parent66ce33525eb35c355228d898187e610b7f4ec282 (diff)
downloadexchange-1c723bf4859562284c3efff5f45525df94df1453.tar.gz
exchange-1c723bf4859562284c3efff5f45525df94df1453.tar.bz2
exchange-1c723bf4859562284c3efff5f45525df94df1453.zip
typo
-rw-r--r--src/wire-plugins/plugin_wire_taler-bank.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wire-plugins/plugin_wire_taler-bank.c b/src/wire-plugins/plugin_wire_taler-bank.c
index 0cd79b2d7..096e81df8 100644
--- a/src/wire-plugins/plugin_wire_taler-bank.c
+++ b/src/wire-plugins/plugin_wire_taler-bank.c
@@ -1019,7 +1019,7 @@ bhist_cb (void *cls,
* @param account_section specifies the configuration section which
* identifies the account for which we should get the history
* @param direction what kinds of wire transfers should be returned
- * @param start_off from which row on do we want to get results, use NULL for the lataler_bank; exclusive
+ * @param start_off from which row on do we want to get results, use NULL for the latest; exclusive
* @param start_off_len number of bytes in @a start_off; must be `sizeof(uint64_t)`.
* @param num_results how many results do we want; negative numbers to go into the past,
* positive numbers to go into the future starting at @a start_row;