From 03b32d7fadaba77c59919eb8b1f703833419667f Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Fri, 9 Mar 2012 13:59:35 +1100 Subject: [PATCH] Fix typo in stats key name. Signed-off-by: Angus Salkeld Reviewed-by: Fabio M. Di Nitto --- exec/ipc_glue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/ipc_glue.c b/exec/ipc_glue.c index 71a804af..9d00d7b5 100644 --- a/exec/ipc_glue.c +++ b/exec/ipc_glue.c @@ -421,7 +421,7 @@ static int32_t cs_ipcs_connection_closed (qb_ipcs_connection_t *c) icmap_iter_finalize(iter); free(cnx->icmap_path); - icmap_inc("runtie.connections.closed"); + icmap_inc("runtime.connections.closed"); icmap_dec("runtime.connections.active"); return 0;