diff options
Diffstat (limited to 'src/include/taler_pq_lib.h')
-rw-r--r-- | src/include/taler_pq_lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_pq_lib.h b/src/include/taler_pq_lib.h index 69791756..066f117e 100644 --- a/src/include/taler_pq_lib.h +++ b/src/include/taler_pq_lib.h @@ -95,7 +95,7 @@ TALER_PQ_query_param_absolute_time_nbo (const struct * Currency amount expected. * * @param name name of the field in the table - * @param currency expected currency for the @a amount + * @param currency currency to use for @a amount * @param[out] amount where to store the result * @return array entry for the result specification to use */ @@ -109,7 +109,7 @@ TALER_PQ_result_spec_amount_nbo (const char *name, * Currency amount expected. * * @param name name of the field in the table - * @param currency expected currency for the @a amount + * @param currency currency to use for @a amount * @param[out] amount where to store the result * @return array entry for the result specification to use */ |