From f6f52d32dc09e41ca99dde04e81430cb028e5b45 Mon Sep 17 00:00:00 2001 From: "roberto@debian32" Date: Wed, 27 Apr 2011 08:07:19 +0200 Subject: [PATCH] fixed a typo --- contrib/graphite_uwsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/graphite_uwsgi.py b/contrib/graphite_uwsgi.py index 90b18660..b2d24a03 100644 --- a/contrib/graphite_uwsgi.py +++ b/contrib/graphite_uwsgi.py @@ -20,7 +20,7 @@ def update_carbon(signum): carbon_fd = uwsgi.connect(CARBON_SERVER) # send data to the carbon server uwsgi.send(carbon_fd, "uwsgi.%s.requests %d %d\n" % (uwsgi.hostname, uwsgi.total_requests(), int(time.time()))) - # close the connection wit hthe carbon server + # close the connection with the carbon server uwsgi.close(carbon_fd) # register a new uwsgi signal (signum: 17)