diff options
Diffstat (limited to 'src/microhttpd/internal.c')
-rw-r--r-- | src/microhttpd/internal.c | 2 |
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, ...) /** - * Convert all occurences of '+' to ' '. + * Convert all occurrences of '+' to ' '. * * @param arg string that is modified (in place), must be 0-terminated */ |