summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).