1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-27 18:26:15 +01:00

fixed typo: borken -> broken

This commit is contained in:
Marcus Hüwe 2008-01-11 16:44:08 +00:00
parent 5306a78503
commit c6249087f9

View File

@ -55,7 +55,7 @@ class Buildinfo:
root = tree.getroot()
if root.find('error') != None:
sys.stderr.write('buildinfo is borken... it says:\n')
sys.stderr.write('buildinfo is broken... it says:\n')
error = root.find('error').text
sys.stderr.write(error + '\n')
sys.exit(1)