From 590e93c87b00bc3f64bd85c9519d22e2740c9f6e Mon Sep 17 00:00:00 2001 From: John Chilton <jmchilton@gmail.com> Date: Mon, 23 Jun 2014 23:25:34 -0500 Subject: [PATCH] Fix comment grammar mistake. --- pulsar/managers/queued_condor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulsar/managers/queued_condor.py b/pulsar/managers/queued_condor.py index cae56416..2baa156e 100644 --- a/pulsar/managers/queued_condor.py +++ b/pulsar/managers/queued_condor.py @@ -13,7 +13,7 @@ log = getLogger(__name__) # TODO: # - user_log_sizes and state_cache never expire # elements never expire. This is a small memory -# whole that should be fixed. +# leak that should be fixed. class CondorQueueManager(ExternalBaseManager): """ Job manager backend that plugs into Condor. -- GitLab