From e3d68164f1b63a4f52eae45365a9e9417927ba41 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sat, 19 Jan 2019 16:09:33 +0000 Subject: [PATCH] Fix typo in log output Signed-off-by: Niels Thykier --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.py b/britney.py index 081f635..a90b344 100755 --- a/britney.py +++ b/britney.py @@ -1808,7 +1808,7 @@ class Britney(object): # smooth updates removals = old_libraries(self._migration_item_factory, self.suite_info, self.options.outofsync_arches) if removals: - output_logger.info("Removing packages left in the target suite (e.g. smooth updatees or cruft)") + output_logger.info("Removing packages left in the target suite (e.g. smooth updates or cruft)") log_and_format_old_libraries(self.output_logger, removals) self.do_all(actions=removals) removals = old_libraries(self._migration_item_factory, self.suite_info, self.options.outofsync_arches)