diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_json_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h index 34d984f70..fa14dc0bc 100644 --- a/src/include/taler_json_lib.h +++ b/src/include/taler_json_lib.h @@ -202,7 +202,7 @@ TALER_JSON_wire_to_method (const json_t *wire_s); /** * Obtain the payto://-URL associated with the given * wire account details. @a wire_s must contain a payto://-URL - * under 'url'. + * under 'payto_uri'. * * @return NULL on error */ |