summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-22 11:38:24 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-22 11:38:24 +0200
commitdff60059f1f52ee190f9502acf1192af78a3e952 (patch)
tree60e79a16a070cba256bcc9ed61ac12fdfcb15181
parent762e4d55cd19aaf9ff4515c7cecd5f415fb75f9b (diff)
downloadexchange-dff60059f1f52ee190f9502acf1192af78a3e952.tar.gz
exchange-dff60059f1f52ee190f9502acf1192af78a3e952.tar.bz2
exchange-dff60059f1f52ee190f9502acf1192af78a3e952.zip
fix spelling issues
-rw-r--r--doc/audit/response-202005.tex4
-rw-r--r--doc/system/conclusions.tex22
-rw-r--r--doc/system/taler/design.tex8
3 files changed, 7 insertions, 27 deletions
diff --git a/doc/audit/response-202005.tex b/doc/audit/response-202005.tex
index 5d90b4c7e..c0bcf18a7 100644
--- a/doc/audit/response-202005.tex
+++ b/doc/audit/response-202005.tex
@@ -16,7 +16,7 @@
\section{Abstract}
This is the response to the source code audit report CodeBlau
-created for GNU Taler in Q2/Q3 2020.
+created for GNU Taler in Q2/Q3 2020.
\section{Management Summary}
@@ -120,7 +120,7 @@ Also, we want to point out that all global variables we introduce
in the exchange are indicated with a prefix {\tt TEH\_} in the code, so they
are easy to identify as such.
-\subsection{Callbacks, type p(r)unning}
+\subsection{Callbacks, type pruning}
We understand that higher order functions in C can be confusing, but this
is also a common pattern to enable code re-use and asynchronous execution
diff --git a/doc/system/conclusions.tex b/doc/system/conclusions.tex
index 84c78452c..c6ec87914 100644
--- a/doc/system/conclusions.tex
+++ b/doc/system/conclusions.tex
@@ -93,25 +93,6 @@ online, as the discretion of parents.
% https://www.bis.org/publ/qtrpdf/r_qt1709f.pdf
% http://andolfatto.blogspot.com/2015/02/fedcoin-on-desirability-of-government.html
-% mention eKrona/Riksbank
-
-% bessere ueberleitung
-% effizienz!
-% freie software / commons
-% scalability of blockchains
-% expand on some ideas such as naiveity of blockchains
-% 3 areas for currencies
-
-
-% einleitung: we introduced two systems that solve/address core problems for
-% banking (consensus, transactions, ...) "geld ist kein selbstzweck"
-% reason for having money is: ...
-
-% central banks are the only tool that we know that works
-
-% geld ist politisch, macht, verantwortung, gesellschaften aufbauen oder ruinieren
-% apolitical solution impossible
-
This book presented GNU Taler, an efficient protocol for
value-based electronic payment systems with focus on security and
privacy. While we believe our approach to be socially and economically beneficial, a
@@ -157,7 +138,7 @@ activity from tax evasion to financing of terrorism.
These problems are easily addressed by combining the register (or
ledger) with a central bank providing a regulatory framework and
monetary policy, including anti-money-laundering and
-know-your-customer enforcement.
+know-your-customer enforcement.
\section{Electronic Payments}
@@ -244,4 +225,3 @@ continuous political debate and cannot be ``solved'' by simplistic algorithms.
What we offer to society is an open and free (as in free speech) system with
mechanisms to audit merchants' income, instead of proprietary systems
controlled by a few oligopoly companies.
-
diff --git a/doc/system/taler/design.tex b/doc/system/taler/design.tex
index c9e45f9b3..fd3cb746b 100644
--- a/doc/system/taler/design.tex
+++ b/doc/system/taler/design.tex
@@ -962,14 +962,14 @@ Tracz \cite{tracz2001fair} % HINDE
& \NO & \YES & ?
& \NO
& \YES & $\log n$ & $\log n$
-& Onl. & \NO
+& Online & \NO
\\
Compact \cite{camenisch2005compact}
& 2005 & \NO
& \YES & \NO & ?
& ?
& \YES & $\log n$ & $n$ % We're guessing trustless anonymity because not trusted setup
-& Off. & \NO
+& Offline & \NO
% \\
% Martens \cite{maertens2015}
% & 2015 & \NO
@@ -984,7 +984,7 @@ Divisible \cite{pointcheval2017cut}
& \YES & \NO & ?
& ?
& \NO & $1$ & $n$
-& Off. & \NO
+& Offline & \NO
\\
GNU Taler
& 2017 & FS
@@ -992,7 +992,7 @@ GNU Taler
& \YES
% & $\log n$ & $\log n$
& \YES & $\log n$ & $\log n$
-& Onl. & \YES
+& Online & \YES
\\ \hline
\end{tabular}
}