commit:     0a58076e2ced55ca8549e2a296d3e69c3a9bbf62
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 23:18:38 2015 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 23:18:38 2015 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=0a58076e

repoman/repos.py: Fix typo

Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>

 pym/repoman/repos.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/repoman/repos.py b/pym/repoman/repos.py
index 9a62e05..ca72ac5 100644
--- a/pym/repoman/repos.py
+++ b/pym/repoman/repos.py
@@ -22,7 +22,7 @@ bad = portage.output.create_color_func("BAD")
 
 
 class RepoSettings(object):
-       '''Holds out repo specific settings'''
+       '''Holds our repo specific settings'''
 
        def __init__(
                self, config_root, portdir, portdir_overlay,

Reply via email to