aboutsummaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_contract.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-26 15:05:33 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-26 15:05:33 +0200
commitc3db97acbd8ac8aaec6f334814e7685a8ced6b8b (patch)
tree0a3e87e073eefe15346d567b208e3b4e14df5424 /src/backend/taler-merchant-httpd_contract.c
parent5c2403c8aed2cb34efdb7fe25b62e80f27d986d8 (diff)
remove dead /hash-contract API logic
Diffstat (limited to 'src/backend/taler-merchant-httpd_contract.c')
-rw-r--r--src/backend/taler-merchant-httpd_contract.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_contract.c b/src/backend/taler-merchant-httpd_contract.c
index 1f55ada9..0278a7f7 100644
--- a/src/backend/taler-merchant-httpd_contract.c
+++ b/src/backend/taler-merchant-httpd_contract.c
@@ -57,7 +57,7 @@ check_products (json_t *products)
struct GNUNET_JSON_Specification spec[] = {
GNUNET_JSON_spec_string ("description", &description),
/* FIXME: there are other fields in the product specification
- that rre currently not labeled as optional. Maybe check
+ that are currently not labeled as optional. Maybe check
those as well, or make them truly optional. */
GNUNET_JSON_spec_end()
};