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>
Thu, 26 May 2011 03:36:44 +0000 (20:36 -0700)
pym/_emerge/actions.py

index 5d1823e43629c93baa3eaffba78b2b69db338037..32ea457a415ded23a0115df256c039a42bf461da 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("")