diff --git a/simgear/io/test_HTTP.cxx b/simgear/io/test_HTTP.cxx index 5a33a28c..9ed146f9 100644 --- a/simgear/io/test_HTTP.cxx +++ b/simgear/io/test_HTTP.cxx @@ -261,7 +261,7 @@ public: } } - void procesRequestBody() + void processRequestBody() { if (path == "/test_post") { if ((args["foo"] != "abc") || (args["bar"] != "1234") || (args["username"] != "johndoe")) {