From e318edb5e594e3299acb4ba4b7bca0440cfde217 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 30 Jan 2018 01:38:04 +0100 Subject: use url instead of uri consistently --- src/bank-lib/bank_api_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bank-lib/bank_api_common.h') diff --git a/src/bank-lib/bank_api_common.h b/src/bank-lib/bank_api_common.h index 5d6578ce0..fcf2029d4 100644 --- a/src/bank-lib/bank_api_common.h +++ b/src/bank-lib/bank_api_common.h @@ -44,7 +44,7 @@ TALER_BANK_make_auth_header_ (const struct TALER_BANK_AuthenticationData *auth); * * @param u base URL of the bank * @param path Taler API path (i.e. "/history") - * @return the full URI to use with cURL + * @return the full URL to use with cURL */ char * TALER_BANK_path_to_url_ (const char *u, -- cgit v1.2.3