]> git.decadent.org.uk Git - dak.git/commitdiff
[JT] trivial typo in comment
authorJames Troup <james@nocrew.org>
Fri, 28 Dec 2007 21:48:10 +0000 (21:48 +0000)
committerJames Troup <james@nocrew.org>
Fri, 28 Dec 2007 21:48:10 +0000 (21:48 +0000)
daklib/queue.py

index d77f5f357796c000998bb47a63601586c331bbe3..f6bc3d4d104df702b8560d9bc2a19f4443074195 100644 (file)
@@ -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):