From 0cf9634527ea99e492dcecd36171821d6d96291b Mon Sep 17 00:00:00 2001
From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
Date: Thu, 19 May 2011 07:56:17 +0000
Subject: [PATCH] Typo fix ("builded" -> "built")

Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
---
 britney.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/britney.py b/britney.py
index 118746a..29f3ce4 100755
--- a/britney.py
+++ b/britney.py
@@ -1348,7 +1348,7 @@ class Britney:
                 binary_u = self.binaries[suite][arch][0][pkg]
                 pkgsv = binary_u[SOURCEVER]
 
-                # if it wasn't builded by the same source, it is out-of-date
+                # if it wasn't built by the same source, it is out-of-date
                 if not self.same_source(source_u[VERSION], pkgsv):
                     if pkgsv not in oodbins:
                         oodbins[pkgsv] = []