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: