* Merge with trunk.

This commit is contained in:
Michael Bienia 2009-07-24 09:42:35 +02:00
commit 2c8ac5fb5b

2
buildd
View File

@ -139,7 +139,7 @@ print "Current build status for this package:"
# Output list of arches for package and their status.
done = False
for build in builds:
if oneArch and build.arch_tag != options.archictecture:
if oneArch and build.arch_tag != options.architecture:
# Skip this architecture.
continue