summaryrefslogtreecommitdiff
path: root/doc/audit/response-202005.tex
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 /doc/audit/response-202005.tex
parent762e4d55cd19aaf9ff4515c7cecd5f415fb75f9b (diff)
downloadexchange-dff60059f1f52ee190f9502acf1192af78a3e952.tar.gz
exchange-dff60059f1f52ee190f9502acf1192af78a3e952.tar.bz2
exchange-dff60059f1f52ee190f9502acf1192af78a3e952.zip
fix spelling issues
Diffstat (limited to 'doc/audit/response-202005.tex')
-rw-r--r--doc/audit/response-202005.tex4
1 files changed, 2 insertions, 2 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