doc: s/Multi Threading/Multi-Threading/

--
This commit is contained in:
Werner Koch 2016-11-10 17:28:29 +01:00
parent 2a39bd6c30
commit e166724dcc
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -130,7 +130,7 @@ Preparation
* Using Libtool:: Avoiding compiler options entirely. * Using Libtool:: Avoiding compiler options entirely.
* Library Version Check:: Getting and verifying the library version. * Library Version Check:: Getting and verifying the library version.
* Signal Handling:: How @acronym{GPGME} affects signal handling. * 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 Protocols and Engines
@ -382,7 +382,7 @@ of the library are verified.
* Using Libtool:: Avoiding compiler options entirely. * Using Libtool:: Avoiding compiler options entirely.
* Library Version Check:: Getting and verifying the library version. * Library Version Check:: Getting and verifying the library version.
* Signal Handling:: How @acronym{GPGME} affects signal handling. * 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 @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. @code{gpgme_check_version} is called or afterwards.
@node Multi Threading @node Multi-Threading
@section Multi Threading @section Multi-Threading
@cindex thread-safeness @cindex thread-safeness
@cindex multi-threading @cindex multi-threading
The @acronym{GPGME} library is mostly thread-safe, an can be used The @acronym{GPGME} library is mostly thread-safe, and can be used
in a mulithreaded environment but there are some requirements in a multi-threaded environment but there are some requirements
for mutlithreaded use: for multi-threaded use:
@itemize @bullet @itemize @bullet
@item @item