summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-03-13 10:29:47 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-03-13 10:29:47 +0100
commitb551b1a5fbcfbaedda09e26c912b20dee22c8e9f (patch)
tree629e2e420d0ad1a9fc52984333fe86e82fe80a30 /doc
parent777982f0cb8663d37db43ba47181c865c924079b (diff)
downloadmerchant-b551b1a5fbcfbaedda09e26c912b20dee22c8e9f.tar.gz
merchant-b551b1a5fbcfbaedda09e26c912b20dee22c8e9f.tar.bz2
merchant-b551b1a5fbcfbaedda09e26c912b20dee22c8e9f.zip
typo + url fix.
Diffstat (limited to 'doc')
-rw-r--r--doc/merchant-api.content.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/merchant-api.content.texi b/doc/merchant-api.content.texi
index fba3dc8f..bc16bec3 100644
--- a/doc/merchant-api.content.texi
+++ b/doc/merchant-api.content.texi
@@ -462,7 +462,7 @@ curl -i -X POST 'https://backend.demo.taler.net/refund' \
GNU Taler allows Web sites to grant small amounts directly to the
visitor. The idea is that some sites may want incentivize actions
such as filling out a survey or trying a new feature. It is important
-to note that tips are not enforcable for the visitor, as there is no
+to note that tips are not enforceable for the visitor, as there is no
contract. It is simply a voluntary gesture of appreciation of the site
to its visitor. However, once a tip has been granted, the visitor
obtains full control over the funds provided by the site.
@@ -496,7 +496,7 @@ curl -i 'https://backend.demo.taler.net/tip-query?instance=default' --header "Au
@example
@verbatim
>>> import requests
->>> requests.get("https://backend.demo.taler.net",
+>>> requests.get("https://backend.demo.taler.net/tip-query?instance=default",
... headers={"Authorization": "ApiKey sandbox"})
<Response [200]>
@end verbatim