From: Jeremy Tan Date: Wed, 23 Oct 2013 02:43:41 +0000 (+0800) Subject: ypo typo X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=11e7d9e58321804afdaae1c1c6324f0d06074820;p=matches%2FMCTX3420.git ypo typo --- 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);