commit:     8241372090c46c4ac6393189051909950b056453
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 24 12:39:06 2020 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Apr 24 13:56:48 2020 +0000
URL:        https://gitweb.gentoo.org/proj/layman.git/commit/?id=82413720

laymansync.pylayman.py: Fix bug 674594  typo

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

 pm_plugins/portage/sync/modules/laymansync/pylayman.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pm_plugins/portage/sync/modules/laymansync/pylayman.py 
b/pm_plugins/portage/sync/modules/laymansync/pylayman.py
index 5682135..8e3bc24 100644
--- a/pm_plugins/portage/sync/modules/laymansync/pylayman.py
+++ b/pm_plugins/portage/sync/modules/laymansync/pylayman.py
@@ -161,7 +161,7 @@ class PyLayman(NewBase):
         if self.repo.name not in available_overlays:
             overlay_package = create_overlay_package(repo=self.repo,\
                                 logger=self.logger,\
-                                xterm_titles=self.xter_titles)
+                                xterm_titles=self.xterm_titles)
             create_overlay_xml = Interactive(config=self.config)
             path = self.config.get_option('overlay_defs') + '/reposconf.xml'
             result = create_overlay_xml(overlay_package=overlay_package,

Reply via email to