From: James Troup Date: Fri, 28 Dec 2007 21:48:10 +0000 (+0000) Subject: [JT] trivial typo in comment X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a22b67caf8ab1242a79ed0726c2bbd0651818aaf;p=dak [JT] trivial typo in comment --- diff --git a/daklib/queue.py b/daklib/queue.py index d77f5f35..f6bc3d4d 100644 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -831,7 +831,7 @@ SELECT s.version, su.suite_name FROM source s, src_associations sa, suite su # the .orig.tar.gz is a duplicate of the one in the archive]; if # you're iterating over 'files' and call this function as part of # the loop, be sure to add a check to the top of the loop to - # ensure you haven't just tried to derefernece the deleted entry. + # ensure you haven't just tried to dereference the deleted entry. # **WARNING** def check_dsc_against_db(self, file):