From d73bf9cc5a2a07f1e045c6af731368af849f3fdd Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sat, 7 Jul 2012 08:28:51 -0600 Subject: [PATCH] =?utf8?q?typo:=20"pakcages"=20=E2=86=92=20"packages"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Ansgar Burchardt --- dak/rm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/rm.py b/dak/rm.py index bbd4b458..37d9eee3 100755 --- a/dak/rm.py +++ b/dak/rm.py @@ -673,7 +673,7 @@ def main (): if len(sources) == 1: source_pkg = source.split("_", 1)[0] else: - utils.fubar("Closing bugs for multiple source pakcages is not supported. Do it yourself.") + utils.fubar("Closing bugs for multiple source packages is not supported. Do it yourself.") Subst_close_other["__BUG_NUMBER_ALSO__"] = "" Subst_close_other["__SOURCE__"] = source_pkg other_bugs = bts.get_bugs('src', source_pkg, 'status', 'open') -- 2.39.2