summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-04-06 10:37:13 +0000
committerWerner Koch <wk@gnupg.org>2010-04-06 10:37:13 +0000
commit0af2459c2da81c3e346b145948c1b94d49105b52 (patch)
tree46b4292ee9f8506f292924e538423760b35bde68 /doc
parent5310462afa44a3112c813fa5329e7503c2694025 (diff)
downloadlibgcrypt-0af2459c2da81c3e346b145948c1b94d49105b52.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 01c352f2..2ac9f2c2 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -748,7 +748,7 @@ certain internal subsystems running. The common and suggested way to
do this basic intialization is by calling gcry_check_version.
@item GCRYCTL_INITIALIZATION_FINISHED; Arguments: none
-This command tells the libray that the application has finished the
+This command tells the library that the application has finished the
intialization.
@item GCRYCTL_INITIALIZATION_FINISHED_P; Arguments: none
@@ -5464,7 +5464,7 @@ generates blocks of 128 bit size; the first block generated per
context is saved in the context and another block is generated to be
returned to the caller. Each block is compared against the saved
block and then stored in the context. If a duplicated block is
-detected an error is signaled and the libray is put into the
+detected an error is signaled and the library is put into the
``Fatal-Error'' state.
(@code{random/@/random-fips.c:@/x931_aes_driver})