From 624dae59582744e5a032a28e74a37a027244dd17 Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 22 Feb 2016 23:41:13 +0200 Subject: [PATCH] Fix a typo breaking HTTP unit-test. --- simgear/io/test_HTTP.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) { -- 2.39.5