readme: fix typo

This commit is contained in:
Tom 2020-07-14 10:15:53 +02:00 committed by GitHub
parent a033c096df
commit 8213147d00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
Signal handler for multithreaded C++ applications on Linux
==========================================================
Signal handler for multi threaded C++ applications on Linux
===========================================================
Signal handler that uses [pthread_sigmask](http://man7.org/linux/man-pages/man3/pthread_sigmask.3.html) and [sigwait](http://man7.org/linux/man-pages/man3/sigwait.3.html).