aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-16 19:08:50 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-16 19:08:50 +0000
commitc549988da8964695316383f8fcf0dd868844ead9 (patch)
tree9ee1ceb8146979362fc50df07b838ee2849567d7 /doc
parenta67363392bf0876b66dd0e109a9875f06e4ee297 (diff)
downloadlibmicrohttpd-c549988da8964695316383f8fcf0dd868844ead9.tar.gz
libmicrohttpd-c549988da8964695316383f8fcf0dd868844ead9.zip
fix typo (#3789)
Diffstat (limited to 'doc')
-rw-r--r--doc/libmicrohttpd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index 7e13a27a..829a6515 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -186,7 +186,7 @@ three processes on the same machine).
186Not all combinations of thread modes and event loop styles are 186Not all combinations of thread modes and event loop styles are
187supported. This is partially to keep the API simple, and partially 187supported. This is partially to keep the API simple, and partially
188because some combinations simply make no sense as others are strictly 188because some combinations simply make no sense as others are strictly
189superior. Note that the choice of style depends fist of all on the 189superior. Note that the choice of style depends first of all on the
190application logic, and then on the performance requirements. 190application logic, and then on the performance requirements.
191Applications that perform a blocking operation while handling a 191Applications that perform a blocking operation while handling a
192request within the callbacks from MHD must use a thread per 192request within the callbacks from MHD must use a thread per