aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.c')
-rw-r--r--src/microhttpd/internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.c b/src/microhttpd/internal.c
index c31ffda1..547fd5a0 100644
--- a/src/microhttpd/internal.c
+++ b/src/microhttpd/internal.c
@@ -105,7 +105,7 @@ MHD_DLOG (const struct MHD_Daemon *daemon, const char *format, ...)
105 105
106 106
107/** 107/**
108 * Convert all occurences of '+' to ' '. 108 * Convert all occurrences of '+' to ' '.
109 * 109 *
110 * @param arg string that is modified (in place), must be 0-terminated 110 * @param arg string that is modified (in place), must be 0-terminated
111 */ 111 */