summaryrefslogtreecommitdiff
path: root/api-mint.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-07-29 13:01:19 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-07-29 13:01:19 +0200
commit95afc65ab01fec2c22e8555af69ba386233c80b2 (patch)
tree62faa4a728565cb05e4907ec58d6e9711267a25b /api-mint.rst
parent9bbfbe38ab89d5c768fad70182041454ffc665a0 (diff)
downloaddocs-95afc65ab01fec2c22e8555af69ba386233c80b2.tar.gz
docs-95afc65ab01fec2c22e8555af69ba386233c80b2.tar.bz2
docs-95afc65ab01fec2c22e8555af69ba386233c80b2.zip
typo fix
Diffstat (limited to 'api-mint.rst')
-rw-r--r--api-mint.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-mint.rst b/api-mint.rst
index e55957a0..1248b395 100644
--- a/api-mint.rst
+++ b/api-mint.rst
@@ -723,7 +723,7 @@ Binary Blob Specification
.. note::
- Due to the way of handling `big` numbers by some platforms (such as `JavaScript`, for exapmle), wherever the following specification mentions a 64-bit value, the actual implementations
+ Due to the way of handling `big` numbers by some platforms (such as `JavaScript`, for example), wherever the following specification mentions a 64-bit value, the actual implementations
are strongly advised to rely on arithmetic up to 53 bits.
This section specifies the binary representation of messages used in Taler's protocols. The message formats are given in a C-style pseudocode notation. Padding is always specified explicitly, and numeric values are in network byte order (big endian).