From: Mark Hymers Date: Sun, 15 Nov 2009 18:47:31 +0000 (+0000) Subject: and another one X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=c0118300a7f7f9d17ce378caf05ee50ba85724d4;p=dak.git and another one Signed-off-by: Mark Hymers --- diff --git a/daklib/changes.py b/daklib/changes.py index 2b0327cd..4fdf0a60 100644 --- a/daklib/changes.py +++ b/daklib/changes.py @@ -208,7 +208,7 @@ class Changes(object): chg.changesfile = self.changes_file chg.seen = filetime chg.in_queue_id = in_queue - chg.source = self.chagnes["source"] + chg.source = self.changes["source"] chg.binaries = multivalues["binary"] chg.architecture = multivalues["architecture"] chg.version = self.changes["version"]