From b6d75ce442de7f8d49d3670b0f2d116de70ab4af Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Wed, 3 Nov 2010 18:45:36 +0000 Subject: [PATCH] Fix a typo Signed-off-by: Adam D. Barratt --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.py b/britney.py index a8bbee5..1820fd4 100755 --- a/britney.py +++ b/britney.py @@ -2074,7 +2074,7 @@ class Britney: key = (binary, parch) # obviously, added/modified packages are affected if key not in affected: affected.append(key) - # if the binary already exists (built from another ource) + # if the binary already exists (built from another source) if binary in binaries[parch][0]: # save the old binary package undo['binaries'][p] = binaries[parch][0][binary]