[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.49-105-gac1319a
Andreas Beckmann
anbe at debian.org
Fri Mar 1 15:32:51 UTC 2013
The following commit has been merged in the piatti branch:
commit 22514a9b42d28bd2313d94581d81b47a0e0d0c8b
Author: Andreas Beckmann <anbe at debian.org>
Date: Sat Feb 16 22:36:19 2013 +0100
p: fix some typos
Signed-off-by: Andreas Beckmann <anbe at debian.org>
diff --git a/piuparts.py b/piuparts.py
index 539e2f6..22e09b0 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -2100,16 +2100,16 @@ def check_results(chroot, chroot_state, file_owners, deps_info=None):
"than by packages\nbeing explicitly tested.\n")
logging.info(msg)
if warnremoved:
- msg = ("After purging files have dissappeared:\n" +
+ msg = ("After purging files have disappeared:\n" +
file_list(warnremoved, file_owners) +
"This seems to have been caused by dependencies rather "
- "than by packages\nbbeing explicitly tested.\n")
+ "than by packages\nbeing explicitly tested.\n")
logging.info(msg)
if warnmodified:
msg = ("After purging files have been modified:\n" +
file_list(warnmodified, file_owners) +
"This seems to have been caused by dependencies rather "
- "than by packages\nbbeing explicitly tested.\n")
+ "than by packages\nbeing explicitly tested.\n")
logging.info(msg)
return ok
--
piuparts git repository
More information about the Piuparts-commits
mailing list