From e94266861318d7091b622eb109cd3fc2eac64744 Mon Sep 17 00:00:00 2001 From: "roberto@quantal64" Date: Tue, 14 Aug 2012 15:35:11 +0200 Subject: [PATCH] fixed a typo --- core/master_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/master_utils.c b/core/master_utils.c index be2eb7a2..6916d752 100644 --- a/core/master_utils.c +++ b/core/master_utils.c @@ -856,7 +856,7 @@ void uwsgi_send_stats(int fd) { if (uwsgi_stats_keylong_comma(us, "running_time", (unsigned long long) uwsgi.workers[i + 1].running_time)) goto end0; - if (uwsgi_stats_keylong_comma(us, "last_spwan", (unsigned long long) uwsgi.workers[i + 1].last_spawn)) + if (uwsgi_stats_keylong_comma(us, "last_spawn", (unsigned long long) uwsgi.workers[i + 1].last_spawn)) goto end0; if (uwsgi_stats_keylong_comma(us, "respawn_count", (unsigned long long) uwsgi.workers[i + 1].respawn_count)) goto end0;