]> git.decadent.org.uk Git - dak.git/commitdiff
fernanda.py: fix typo of Architecture
authorRandall Donald <rdonald@debian.org>
Thu, 28 Nov 2002 08:21:04 +0000 (08:21 +0000)
committerRandall Donald <rdonald@debian.org>
Thu, 28 Nov 2002 08:21:04 +0000 (08:21 +0000)
fernanda.py

index 81704dca726c0ff4dadf234ce3b659d8733ec3be..cec134026e83272c8b56e534e3b91244fa672aca 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Script to automate some parts of checking NEW packages
 # Copyright (C) 2000, 2001, 2002  James Troup <james@nocrew.org>
-# $Id: fernanda.py,v 1.8 2002-11-26 16:15:54 troup Exp $
+# $Id: fernanda.py,v 1.9 2002-11-28 08:21:04 rdonald Exp $
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -180,7 +180,7 @@ def read_control (filename):
        else :
            # main
            section = main_colour +  section_str + end_colour
-    if control.has_key("Achitecture"):
+    if control.has_key("Architecture"):
        arch_str = control.Find("Architecture")
        arch = arch_colour + arch_str + end_colour