diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-03 10:24:42 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-05 16:50:15 +0200 |
commit | 2279c8ab17f641c02fd47a0fb58428ae3b96c920 (patch) | |
tree | 849f7d531b92abf616de4f8e45d8503b36554d25 /doc/audit | |
parent | 7ddd2dba25d338cb9849eed93c50af0a9ebd0452 (diff) |
fix typo
Diffstat (limited to 'doc/audit')
-rw-r--r-- | doc/audit/response-202005.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/audit/response-202005.tex b/doc/audit/response-202005.tex index a32a58559..b07e053e3 100644 --- a/doc/audit/response-202005.tex +++ b/doc/audit/response-202005.tex @@ -210,7 +210,7 @@ auditor. \subsection{Avoid dlopen} Taler actually uses {\tt ltdlopen()} from GNU libtool, which provides -compiler flags to conver the dynamic linkage into static linkage. For +compiler flags to convert the dynamic linkage into static linkage. For development, dynamic linkage has many advantages. We plan to test and document how to build GNU Taler with only static |