aboutsummaryrefslogtreecommitdiffstats
path: root/lib/_emerge/depgraph.py
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-14 01:55:44 +0100
committerSam James <sam@gentoo.org>2023-06-14 01:55:44 +0100
commita818381d0faeec7aeefad0894df8b8fefa376dc5 (patch)
tree45b05a5591ef02e97a4016d5486ecc63c6b2c280 /lib/_emerge/depgraph.py
parentemerge-webrsync: improve error message when key is missing (diff)
downloadgentoo-portage-a818381d0faeec7aeefad0894df8b8fefa376dc5.tar.xz
gentoo-portage-a818381d0faeec7aeefad0894df8b8fefa376dc5.zip
emerge: depgraph: fix comment typo
Reported by Arfrever at https://github.com/gentoo/portage/commit/4c25c0d7af7ad71fccbfafe1e5019116c691968e#r45851837. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lib/_emerge/depgraph.py')
-rw-r--r--lib/_emerge/depgraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_emerge/depgraph.py b/lib/_emerge/depgraph.py
index 2c9820da1c8..861579a6ded 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