Grammar nazi of DOOM!

This commit is contained in:
James Vega 2005-02-25 00:06:16 +00:00
parent 80c53dcea3
commit 919f9e0915
1 changed files with 1 additions and 1 deletions

View File

@ -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)