From 4183d9e53d11a398c90df40d9ac4cebf61e793b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bahad=C4=B1r=20Kandemir?= Date: Sat, 29 Jul 2006 00:02:30 +0000 Subject: [PATCH] typo --- pisi/specfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/specfile.py b/pisi/specfile.py index 6d063030..6e0d3dd8 100644 --- a/pisi/specfile.py +++ b/pisi/specfile.py @@ -90,7 +90,7 @@ class Patch: class Update: a_release = [autoxml.String, autoxml.mandatory] - a_Type = [autoxml.String, autoxml.optional] + a_type = [autoxml.String, autoxml.optional] t_Date = [autoxml.String, autoxml.mandatory] t_Version = [autoxml.String, autoxml.mandatory] t_Name = [autoxml.Text, autoxml.optional]