From c73a6723d741899e431d29878ffae109b3213d1c Mon Sep 17 00:00:00 2001 From: Pavlo Kapyshin Date: Wed, 28 Aug 2013 08:57:58 +0300 Subject: [PATCH] Fix two typos in comments --- core/uwsgi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/uwsgi.c b/core/uwsgi.c index 50d88c87..e574c486 100644 --- a/core/uwsgi.c +++ b/core/uwsgi.c @@ -2684,7 +2684,7 @@ unsafe: } } - // initialize locks and socket as soon as possibile, as the master could enqueue tasks + // initialize locks and socket as soon as possible, as the master could enqueue tasks if (uwsgi.spoolers != NULL && (uwsgi.sockets || uwsgi.loop)) { create_signal_pipe(uwsgi.shared->spooler_signal_pipe); struct uwsgi_spooler *uspool = uwsgi.spoolers; @@ -3268,7 +3268,7 @@ void build_options() { /* -this function build the help output from the uwsgi.options structure +this function builds the help output from the uwsgi.options structure */ void uwsgi_help(char *opt, char *val, void *none) {