summaryrefslogtreecommitdiff
path: root/api-mint.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-07-29 12:57:46 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-07-29 12:57:46 +0200
commit9bbfbe38ab89d5c768fad70182041454ffc665a0 (patch)
tree91a740f3563459b164912b0012d0c5c49ad5eb20 /api-mint.rst
parent69ca174397987a0e743cc1b790876944de25636d (diff)
downloaddocs-9bbfbe38ab89d5c768fad70182041454ffc665a0.tar.gz
docs-9bbfbe38ab89d5c768fad70182041454ffc665a0.tar.bz2
docs-9bbfbe38ab89d5c768fad70182041454ffc665a0.zip
typo
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 f9b2f371..e55957a0 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 that `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 exapmle), 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).