]> git.sesse.net Git - cubemap/blobdiff - httpinput.cpp
Fix a typo.
[cubemap] / 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) {
-                               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) {