commit: e9445aa398126c24c729cfb1e0d488d9b0db45ab
Author: Jason A. Donenfeld <Jason <AT> zx2c4 <DOT> com>
AuthorDate: Mon Jan 18 00:01:01 2016 +0000
Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 00:01:01 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=e9445aa3
revdep-rebuild: fix typo in bugs message
pym/gentoolkit/revdep_rebuild/rebuild.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pym/gentoolkit/revdep_rebuild/rebuild.py
b/pym/gentoolkit/revdep_rebuild/rebuild.py
index 417622e..fc57888 100644
--- a/pym/gentoolkit/revdep_rebuild/rebuild.py
+++ b/pym/gentoolkit/revdep_rebuild/rebuild.py
@@ -127,7 +127,7 @@ def main(settings=None, logger=None):
yellow('The original revdep-rebuild script is '
'installed as revdep-rebuild.sh'))
logger.warn(blue(' * ') +
- yellow('Please files bugs at: '
+ yellow('Please file bugs at: '
'https://bugs.gentoo.org/'))
if os.getuid() != 0 and not settings['PRETEND']: