From 11e7d9e58321804afdaae1c1c6324f0d06074820 Mon Sep 17 00:00:00 2001 From: Jeremy Tan Date: Wed, 23 Oct 2013 10:43:41 +0800 Subject: [PATCH] ypo typo --- server/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.c b/server/main.c index bd649a7..5b8e09c 100644 --- a/server/main.c +++ b/server/main.c @@ -214,7 +214,7 @@ int main(int argc, char ** argv) FCGI_RequestLoop(NULL); - Conrol_SetMode(CONTROL_STOP, NULL); + Control_SetMode(CONTROL_STOP, NULL); //if ((ret = Control_SetMode(CONTROL_STOP, "test")) != NULL) // Fatal("Control_SetMode failed with '%s'", ret); -- 2.20.1