aboutsummaryrefslogtreecommitdiff
path: root/tests/httpserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/httpserver.c')
-rw-r--r--tests/httpserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/httpserver.c b/tests/httpserver.c
index a62bae25..bbdd8423 100644
--- a/tests/httpserver.c
+++ b/tests/httpserver.c
@@ -200,7 +200,7 @@ TestMain("HTTP Server", {
nng_aio_wait(aio);
So(nng_aio_result(aio) == 0);
- h = nni_aio_get_output(aio, 0);
+ h = nng_aio_get_output(aio, 0);
So(h != NULL);
So(nng_http_req_alloc(&req, url) == 0);
So(nng_http_res_alloc(&res) == 0);