summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-10-02 15:05:19 +0200
committerWerner Koch <wk@gnupg.org>2015-12-27 20:24:57 +0100
commita5a87d2b8627314593b06d19018484a7f7701227 (patch)
treeb199b8a0f2fcf976e273c0d23c0a403a1958af14 /doc
parentb384f1a10cbf806cc889f5929b489a6c9efc0bd1 (diff)
downloadlibgcrypt-a5a87d2b8627314593b06d19018484a7f7701227.tar.gz
doc: Typo fix and .gitignore addition.
--
Diffstat (limited to 'doc')
-rw-r--r--doc/gcrypt.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index f60be775..39c7c9f5 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -381,7 +381,7 @@ memory is not a problem, you should initialize Libgcrypt this way:
@example
/* Version check should be the very first call because it
- makes sure that important subsystems are intialized. */
+ makes sure that important subsystems are initialized. */
if (!gcry_check_version (GCRYPT_VERSION))
@{
fputs ("libgcrypt version mismatch\n", stderr);