From e7e8934015fee239fb2366ec15bf8f45b39094d6 Mon Sep 17 00:00:00 2001
From: John Chilton <jmchilton@gmail.com>
Date: Wed, 8 Apr 2015 20:49:25 -0400
Subject: [PATCH] Small docfix in pulsar/managers/stateful.py.

---
 pulsar/managers/stateful.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar/managers/stateful.py b/pulsar/managers/stateful.py
index 079d6ea9..bbd3d614 100644
--- a/pulsar/managers/stateful.py
+++ b/pulsar/managers/stateful.py
@@ -264,7 +264,7 @@ class ManagerMonitor(object):
 
     def _check_active_job_status(self, active_job_id):
         # Manager itself will handle state transitions when status changes,
-        # just need to poll get_statu
+        # just need to poll get_status
         self.stateful_manager.get_status(active_job_id)
 
 
-- 
GitLab