X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=fernanda.py;h=cec134026e83272c8b56e534e3b91244fa672aca;hb=3f9ff6d276ec8dc5fe312a78f3284221979cece9;hp=81704dca726c0ff4dadf234ce3b659d8733ec3be;hpb=da5e3dbaaac033dd1f6661b13db503cec795e659;p=dak.git diff --git a/fernanda.py b/fernanda.py index 81704dca..cec13402 100755 --- a/fernanda.py +++ b/fernanda.py @@ -2,7 +2,7 @@ # Script to automate some parts of checking NEW packages # Copyright (C) 2000, 2001, 2002 James Troup -# $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