summaryrefslogtreecommitdiff
path: root/developers-manual.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-06 23:49:37 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-06 23:49:37 +0100
commit655e5eb6c386b5e5bdc1c9de0831c579af5b26fe (patch)
treea1bb5cd36b74396e498bacf8a65e987d766def41 /developers-manual.rst
parent1e36811c2e084704248c466b9927d29512b696d1 (diff)
parent12a3571f5de4b3751973b3f50d149edb938a7018 (diff)
downloaddocs-655e5eb6c386b5e5bdc1c9de0831c579af5b26fe.tar.gz
docs-655e5eb6c386b5e5bdc1c9de0831c579af5b26fe.tar.bz2
docs-655e5eb6c386b5e5bdc1c9de0831c579af5b26fe.zip
Merge branch 'master' of git+ssh://git.taler.net/docs
Diffstat (limited to 'developers-manual.rst')
-rw-r--r--developers-manual.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/developers-manual.rst b/developers-manual.rst
index c5f5b771..22d205f0 100644
--- a/developers-manual.rst
+++ b/developers-manual.rst
@@ -965,7 +965,7 @@ Python for Scripting
When using Python for writing small utilities, the following libraries
are useful:
-* ``click`` for argument parsing (should be prefered over argparse)
+* ``click`` for argument parsing (should be preferred over argparse)
* ``pathlib`` for path manipulation (part of the standard library)
* ``subprocess`` for "shelling out" to other programs. Prefer ``subprocess.run``
over the older APIs.
@@ -1314,7 +1314,7 @@ use when talking to end users or even system administrators.
relative time
method of keeping time in :term:`GNUnet` where the time is represented
as a relative number of microseconds. Thus, a relative time specifies
- an offet or a duration, but not a date. Called relative time in
+ an offset or a duration, but not a date. Called relative time in
contrast to :term:`absolute time`.
recoup
@@ -1334,7 +1334,7 @@ use when talking to end users or even system administrators.
making a payment with :term:`coins` to a :term:`merchant`.
privacy policy
- Statment of an operator how they will protect the privacy of users.
+ Statement of an operator how they will protect the privacy of users.
proof
Message that cryptographically demonstrates that a particular claim is correct.