aboutsummaryrefslogtreecommitdiff
path: root/src/lib/upgrade_process.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-23 00:05:52 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-23 00:05:52 +0200
commitbabda9e9c702aee6e03e7537108383e32a7c17d0 (patch)
tree00ce2bf7e4ebbf7830d5749d7c144561ff69bce6 /src/lib/upgrade_process.c
parent0c85bd35d4ab3f0e991dc4c9c67b2ac579f062ab (diff)
downloadlibmicrohttpd-babda9e9c702aee6e03e7537108383e32a7c17d0.tar.gz
libmicrohttpd-babda9e9c702aee6e03e7537108383e32a7c17d0.zip
fix misc typos
Diffstat (limited to 'src/lib/upgrade_process.c')
-rw-r--r--src/lib/upgrade_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/upgrade_process.c b/src/lib/upgrade_process.c
index af71ca32..e158b146 100644
--- a/src/lib/upgrade_process.c
+++ b/src/lib/upgrade_process.c
@@ -28,7 +28,7 @@
28#if defined(HTTPS_SUPPORT) && defined(UPGRADE_SUPPORT) 28#if defined(HTTPS_SUPPORT) && defined(UPGRADE_SUPPORT)
29/** 29/**
30 * Performs bi-directional forwarding on upgraded HTTPS connections 30 * Performs bi-directional forwarding on upgraded HTTPS connections
31 * based on the readyness state stored in the @a urh handle. 31 * based on the readiness state stored in the @a urh handle.
32 * @remark To be called only from thread that process 32 * @remark To be called only from thread that process
33 * connection's recv(), send() and response. 33 * connection's recv(), send() and response.
34 * 34 *