From: Ansgar Burchardt <ansgar@debian.org>
Date: Sat, 7 Jul 2012 14:28:51 +0000 (-0600)
Subject: typo: "pakcages" → "packages"
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=d73bf9cc5a2a07f1e045c6af731368af849f3fdd;p=dak.git

typo: "pakcages" → "packages"

Signed-off-by: Ansgar Burchardt <ansgar@debian.org>
---

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')