From 641df09570c40812a123693ef34afb63223761cb Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sun, 15 Apr 2018 10:14:24 +0000 Subject: [PATCH] Fix typo in a comment Signed-off-by: Niels Thykier --- britney2/policies/autopkgtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney2/policies/autopkgtest.py b/britney2/policies/autopkgtest.py index d06ddc3..d2b6787 100644 --- a/britney2/policies/autopkgtest.py +++ b/britney2/policies/autopkgtest.py @@ -206,7 +206,7 @@ class AutopkgtestPolicy(BasePolicy): trigger = source_name + '/' + source_data_srcdist.version # build a (testsrc, testver) → arch → (status, log_url) map; we trigger/check test - # results per archtitecture for technical/efficiency reasons, but we + # results per architecture for technical/efficiency reasons, but we # want to evaluate and present the results by tested source package # first pkg_arch_result = {}