Fix grammar in previous commit.
authorZac Medico <zmedico@gentoo.org>
Fri, 20 May 2011 22:01:21 +0000 (15:01 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 20 May 2011 22:01:21 +0000 (15:01 -0700)
pym/_emerge/actions.py

index 809eda1e4fdd34aff554e0b230b9148f61222dfb..9bc2c2ba3cfb6848a5c67848131cfc39edff48e9 100644 (file)
@@ -788,7 +788,7 @@ def calc_depclean(settings, trees, ldpath_mtimes,
                                msg.append("")
                        msg.extend(textwrap.wrap(
                                "Have you forgotten to do a complete update prior " + \
-                               "depclean? The most comprehensive command for this " + \
+                               "to depclean? The most comprehensive command for this " + \
                                "purpose is as follows:", 65
                        ))
                        msg.append("")