summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-11-10 18:02:50 +0000
committerWerner Koch <wk@gnupg.org>2002-11-10 18:02:50 +0000
commite836e23303243e73bf4ee674716d7a5642aae949 (patch)
treee8dc9e6daa848e35e6a27dd071845e90d84ec915 /doc
parentd6572634ebfa0094be799130154b0cd72f7b201e (diff)
downloadlibgcrypt-e836e23303243e73bf4ee674716d7a5642aae949.tar.gz
typo fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/gcrypt.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index 091e21e0..360d0080 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -232,7 +232,7 @@ directory in which the header file is located to the compilers include
file search path (via the @option{-I} option).
However, the path to the include file is determined at the time the
-source is configured. To solve this problem, `Libgrypt' ships with a small
+source is configured. To solve this problem, `Libgcrypt' ships with a small
helper program @command{libgcrypt-config} that knows the path to the
include file and other configuration options. The options that need
to be added to the compiler invocation at compile time are output by
@@ -943,7 +943,7 @@ using a random quality as defined by @var{level}.
@deftypefun void *gcry_random_bytes_secure (size_t @var{nbytes}, enum gcry_random_level @var{level})
Allocate a memory block consisting of @var{nbytes} fresh random bytes
-using a random quality as defined by @var{level}. This fuinction
+using a random quality as defined by @var{level}. This function
differs from @code{gcry_random_bytes} in that the returned buffer is
allcated in a ``secure'' area of the memory.
@end deftypefun