From 771e7da531854b3636f8c6252502fd8d0460e0fe Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Sat, 1 Sep 2012 23:01:44 -0400 Subject: [PATCH] Fixes spelling of burrito. --- zipline/core/monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/core/monitor.py b/zipline/core/monitor.py index 3736b7e3..acc80132 100644 --- a/zipline/core/monitor.py +++ b/zipline/core/monitor.py @@ -379,7 +379,7 @@ class Monitor(object): # Noop exit func #sys.exitfunc = lambda: None - # Send SIGHUP to buritto + # Send SIGHUP to burrito self.signal_hangup() if not self.alive: