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)