Fix typos

This commit is contained in:
Pavlo Kapyshin
2013-11-11 23:05:30 +02:00
parent 4765965d8e
commit c62aa8e7ed
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ void uwsgi_opt_https2(char *opt, char *value, void *cr) {
#ifdef UWSGI_SPDY
spdyerror:
uwsgi_log("unable to inizialize SPDY settings buffers\n");
uwsgi_log("unable to initialize SPDY settings buffers\n");
exit(1);
#endif
}