# HG changeset patch # User Brian Neal # Date 1301013557 0 # Node ID 63e4682d648235661b851735abebf5c9118830f5 # Parent e10fa0d8e7ad4f9ee42905ec0a59371c1d67b53c Fixing grammar in a comment only. diff -r e10fa0d8e7ad -r 63e4682d6482 gpp/forums/feeds.py --- a/gpp/forums/feeds.py Fri Mar 25 00:27:10 2011 +0000 +++ b/gpp/forums/feeds.py Fri Mar 25 00:39:17 2011 +0000 @@ -58,7 +58,7 @@ # This was tricky to do without suffering a large performance # impact. Because the number of forums is small, MySQL did not # try to use an index and ended up searching all the topics for - # candidate posts. We work around this first getting a small list + # candidate posts. We work around this by first getting a small list # of candidate topics, and then searching them. This is more # queries but a *lot* more time efficient.