summaryrefslogtreecommitdiffstats
path: root/pym/portage/package/ebuild/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/package/ebuild/config.py')
-rw-r--r--pym/portage/package/ebuild/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/package/ebuild/config.py b/pym/portage/package/ebuild/config.py
index 72a7b65e7..892c2a33d 100644
--- a/pym/portage/package/ebuild/config.py
+++ b/pym/portage/package/ebuild/config.py
@@ -261,7 +261,7 @@ class config(object):
#Strictly speaking _license_manager is not immutable. Users need to ensure that
#extract_global_changes() is called right after __init__ (if at all).
#It also has the mutable member _undef_lic_groups. It is used to track
- #undifiend license groups, to not display an error message for the same
+ #undefined license groups, to not display an error message for the same
#group again and again. Because of this, it's useful to share it between
#all LicenseManager instances.
self._license_manager = clone._license_manager