From 875f3eebeafed2297a9bfa431494a01c7f23a0af Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Wed, 27 May 2015 22:37:06 +0200 Subject: [PATCH] britney_util: Typo fix Signed-off-by: Niels Thykier --- britney_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney_util.py b/britney_util.py index fbe39f5..1043ad3 100644 --- a/britney_util.py +++ b/britney_util.py @@ -482,7 +482,7 @@ def write_sources(sources_s, filename): """Write a sources file from Britney's state for a given suite Britney discards fields she does not care about, so the resulting - file omitts a lot of regular fields. + file omits a lot of regular fields. """ key_pairs = ((VERSION, 'Version'), (SECTION, 'Section'),