From 919f9e0915d977c9d34535a87f67ca42459a83f8 Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 25 Feb 2005 00:06:16 +0000 Subject: [PATCH] Grammar nazi of DOOM! --- plugins/RSS/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/RSS/plugin.py b/plugins/RSS/plugin.py index 3cdc74720..5d6874ad2 100644 --- a/plugins/RSS/plugin.py +++ b/plugins/RSS/plugin.py @@ -130,7 +130,7 @@ class RSS(callbacks.Plugin): # We acquire the lock here so there's only one announcement thread # in this code at any given time. Otherwise, several announcement # threads will getFeed (all blocking, in turn); then they'll all - # want to sent their news messages to the appropriate channels. + # want to send their news messages to the appropriate channels. # Note that we're allowed to acquire this lock twice within the # same thread because it's an RLock and not just a normal Lock. self.acquireLock(url)