]> git.mxchange.org Git - simgear.git/commitdiff
Fix a typo breaking HTTP unit-test.
authorJames Turner <zakalawe@mac.com>
Mon, 22 Feb 2016 21:41:13 +0000 (23:41 +0200)
committerJames Turner <zakalawe@mac.com>
Mon, 22 Feb 2016 21:41:13 +0000 (23:41 +0200)
simgear/io/test_HTTP.cxx

index 5a33a28c700d34ca4f5998f1b1a29ee32de3358a..9ed146f9959f5c21ebe0618403dde650284ad650 100644 (file)
@@ -261,7 +261,7 @@ public:
         }
     }
 
-    void procesRequestBody()
+    void processRequestBody()
     {
       if (path == "/test_post") {
             if ((args["foo"] != "abc") || (args["bar"] != "1234") || (args["username"] != "johndoe")) {