aboutsummaryrefslogtreecommitdiffstats
path: root/doc/assuan.texi
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-02-04 19:13:16 +0000
committerWerner Koch <[email protected]>2004-02-04 19:13:16 +0000
commitcfb33014ae643381cc0a407ddca50e244c26811c (patch)
tree32bfbd70fcc4726a43f70cabd34e8679d770e126 /doc/assuan.texi
parentTry to use getent, so that it also works for NIS (diff)
downloadgnupg-cfb33014ae643381cc0a407ddca50e244c26811c.tar.gz
gnupg-cfb33014ae643381cc0a407ddca50e244c26811c.zip
Fixed a build bug (straw letter in sm/import.c) and updated the documentation.
Diffstat (limited to '')
-rw-r--r--doc/assuan.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/assuan.texi b/doc/assuan.texi
index fbf513ad8..2e2219263 100644
--- a/doc/assuan.texi
+++ b/doc/assuan.texi
@@ -5,7 +5,7 @@
@node Assuan
@chapter Description of the Assuan protocol.
-The architecture of the modula GnuPG system is based on a couple of
+The architecture of the modular GnuPG system is based on a couple of
highly specialized modules which make up a network of client server
communication. A common framework for intermodule communication is
therefore needed and should be implemented in a library.