commit: a818381d0faeec7aeefad0894df8b8fefa376dc5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jun 14 00:55:44 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jun 14 00:55:44 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a818381d
emerge: depgraph: fix comment typo Reported by Arfrever at https://github.com/gentoo/portage/commit/4c25c0d7af7ad71fccbfafe1e5019116c691968e#r45851837. Signed-off-by: Sam James <sam <AT> gentoo.org> lib/_emerge/depgraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/_emerge/depgraph.py b/lib/_emerge/depgraph.py index 2c9820da1..861579a6d 100644 --- a/lib/_emerge/depgraph.py +++ b/lib/_emerge/depgraph.py @@ -2226,7 +2226,7 @@ class depgraph: if parent in built_slot_operator_parents: if hasattr(atom, "_orig_atom"): # If atom is the result of virtual expansion, then - # derefrence it to _orig_atom so that it will be correctly + # dereference it to _orig_atom so that it will be correctly # handled as a built slot operator dependency when # appropriate (see bug 764764). atom = atom._orig_atom
