fixed a typo

This commit is contained in:
roberto@debian32
2011-04-27 08:07:19 +02:00
parent 865b2de9bb
commit f6f52d32dc
+1 -1
View File
@@ -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)