From 440d42303da99651dfe353bf8bd54d232aeff47f Mon Sep 17 00:00:00 2001 From: "roberto@voldemort" Date: Wed, 13 Jan 2010 09:30:36 +0100 Subject: [PATCH] another typo. damn. --- uwsgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi.c b/uwsgi.c index c2c68760..302ebc9e 100644 --- a/uwsgi.c +++ b/uwsgi.c @@ -758,7 +758,7 @@ int main(int argc, char *argv[], char *envp[]) { \t-Q|--spooler \t\trun the spooler on directory \n\ \t--pidfile \t\twrite the masterpid to \n\ \t--sync-log\t\t\tlet uWSGI does its best to avoid logfile mess\n\ -\t--no-server\t\t\tinitialize teh uWSGI server then exit. Useful for testing and using uwsgi embedded module\n\ +\t--no-server\t\t\tinitialize the uWSGI server then exit. Useful for testing and using uwsgi embedded module\n\ \t-d|--daemonize \tdaemonize and log into \n", argv[0]); exit(1); case 0: