diff options
author | Werner Koch <[email protected]> | 2016-11-10 16:28:29 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-11-10 16:28:29 +0000 |
commit | e166724dcce29b2c9c98e421d07876ece2a63699 (patch) | |
tree | 7d2d801362e22f854253d83f9ccd367ee074546e | |
parent | core: Detect unreadable keyrings. (diff) | |
download | gpgme-e166724dcce29b2c9c98e421d07876ece2a63699.tar.gz gpgme-e166724dcce29b2c9c98e421d07876ece2a63699.zip |
doc: s/Multi Threading/Multi-Threading/
--
-rw-r--r-- | doc/gpgme.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 42c16a89..c790537d 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -130,7 +130,7 @@ Preparation * Using Libtool:: Avoiding compiler options entirely. * Library Version Check:: Getting and verifying the library version. * Signal Handling:: How @acronym{GPGME} affects signal handling. -* Multi Threading:: How @acronym{GPGME} can be used in an MT environment. +* Multi-Threading:: How @acronym{GPGME} can be used in an MT environment. Protocols and Engines @@ -382,7 +382,7 @@ of the library are verified. * Using Libtool:: Avoiding compiler options entirely. * Library Version Check:: Getting and verifying the library version. * Signal Handling:: How @acronym{GPGME} affects signal handling. -* Multi Threading:: How @acronym{GPGME} can be used in an MT environment. +* Multi-Threading:: How @acronym{GPGME} can be used in an MT environment. @end menu @@ -805,14 +805,14 @@ application is multi-threaded, and you install a signal action for @code{gpgme_check_version} is called or afterwards. -@node Multi Threading -@section Multi Threading +@node Multi-Threading +@section Multi-Threading @cindex thread-safeness @cindex multi-threading -The @acronym{GPGME} library is mostly thread-safe, an can be used -in a mulithreaded environment but there are some requirements -for mutlithreaded use: +The @acronym{GPGME} library is mostly thread-safe, and can be used +in a multi-threaded environment but there are some requirements +for multi-threaded use: @itemize @bullet @item |