From: James Turner Date: Mon, 22 Feb 2016 21:41:13 +0000 (+0200) Subject: Fix a typo breaking HTTP unit-test. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=624dae59582744e5a032a28e74a37a027244dd17;p=simgear.git Fix a typo breaking HTTP unit-test. --- 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")) {