From f740aa9a7990aa57c36c7408e3ab963985f6c76e Mon Sep 17 00:00:00 2001 From: Randall Donald Date: Thu, 28 Nov 2002 08:21:04 +0000 Subject: [PATCH] fernanda.py: fix typo of Architecture --- fernanda.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2