From 06a45f2ed4155797049ef58ed1b2a9a31a5d96ae Mon Sep 17 00:00:00 2001
From: Niels Thykier <niels@thykier.net>
Date: Tue, 2 Jun 2015 21:29:47 +0200
Subject: [PATCH] britney_util: Typo fix

Signed-off-by: Niels Thykier <niels@thykier.net>
---
 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'),