
bradh at frogmouth
Apr 1, 2010, 4:15 AM
Post #1 of 1
(376 views)
Permalink
|
|
[patch] Fix a couple of manual typos
|
|
"library" had a typo in a couple of places Please apply. Brad Index: gcrypt.texi =================================================================== --- gcrypt.texi (revision 1425) +++ gcrypt.texi (working copy) @@ -748,7 +748,7 @@ 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 @@ 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}) _______________________________________________ Gcrypt-devel mailing list Gcrypt-devel [at] gnupg http://lists.gnupg.org/mailman/listinfo/gcrypt-devel
|