]> git.sesse.net Git - cubemap/commitdiff
Fix a typo.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 11 May 2014 07:42:46 +0000 (09:42 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 11 May 2014 07:42:46 +0000 (09:42 +0200)
httpinput.cpp

index e2cc1975a44e56a4d84bd454ceaea4ae733d7118..74466c7acbb671f33f4f0fa3a76c77091e324038 100644 (file)
@@ -412,7 +412,7 @@ void HTTPInput::do_work()
                        RequestParseStatus status = wait_for_double_newline(&response, buf, ret);
                        
                        if (status == RP_OUT_OF_SPACE) {
                        RequestParseStatus status = wait_for_double_newline(&response, buf, ret);
                        
                        if (status == RP_OUT_OF_SPACE) {
-                               log(WARNING, "[%s] Sever sent overlong HTTP response!", url.c_str());
+                               log(WARNING, "[%s] Server sent overlong HTTP response!", url.c_str());
                                state = CLOSING_SOCKET;
                                continue;
                        } else if (status == RP_NOT_FINISHED_YET) {
                                state = CLOSING_SOCKET;
                                continue;
                        } else if (status == RP_NOT_FINISHED_YET) {