]> git.decadent.org.uk Git - dak.git/commitdiff
typo: "pakcages" → "packages"
authorAnsgar Burchardt <ansgar@debian.org>
Sat, 7 Jul 2012 14:28:51 +0000 (08:28 -0600)
committerAnsgar Burchardt <ansgar@debian.org>
Sat, 7 Jul 2012 18:27:50 +0000 (12:27 -0600)
Signed-off-by: Ansgar Burchardt <ansgar@debian.org>
dak/rm.py

index bbd4b45854adce9f3a56fae89e26cc107095815a..37d9eee36739bae4029b3dec5324ff7db7373cb0 100755 (executable)
--- 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')