commit: d84910d914c5efb5aeb6e0f25286e3e3c34172f6
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 21:36:18 2016 +0000
Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 21:36:18 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=d84910d9
revdep-rebuild: fix grammar
pym/gentoolkit/revdep_rebuild/analyse.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pym/gentoolkit/revdep_rebuild/analyse.py
b/pym/gentoolkit/revdep_rebuild/analyse.py
index 698a43f..44243f6 100644
--- a/pym/gentoolkit/revdep_rebuild/analyse.py
+++ b/pym/gentoolkit/revdep_rebuild/analyse.py
@@ -145,7 +145,7 @@ class LibCheck(object):
self.check = self._checkforlib
else:
self.smsg = '\tLibCheck.search(), Checking for broken
%s bit libs'
- self.pmsg = green(' * ') + bold('Broken files that
requires:') + ' %s (%s bits)'
+ self.pmsg = green(' * ') + bold('Broken files that
require:') + ' %s (%s bits)'
self.setlibs = self._setlibs
self.check = self._checkbroken
self.sfmsg = "\tLibCheck.search(); Total found: %(count)d libs,
%(deps)d files in %(time)d milliseconds"