Bläddra i källkod

Fix typo in stats key name.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Angus Salkeld 14 år sedan
förälder
incheckning
03b32d7fad
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      exec/ipc_glue.c

+ 1 - 1
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;