From 010c0ae7a0b04eb0cc69addfd6b3d7b036d97188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20H=C3=BCwe?= Date: Fri, 4 Jul 2008 12:56:32 +0000 Subject: [PATCH] fixed typo --- osc/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/build.py b/osc/build.py index b9ac2824..2af39b6b 100644 --- a/osc/build.py +++ b/osc/build.py @@ -52,7 +52,7 @@ class Buildinfo: try: tree = ET.parse(filename) except: - print >>sys.stderr, 'could not parse the buildconfig:' + print >>sys.stderr, 'could not parse the buildinfo:' print >>sys.stderr, open(filename).read() sys.exit(1)