From 82c288c2f2a4253836d11e16f8697380d3fb4864 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 25 Oct 2020 22:59:28 +0100 Subject: fix typos --- developers-manual.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'developers-manual.rst') 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. -- cgit v1.2.3