diff options
-rw-r--r-- | pym/_emerge/depgraph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index a4f6c3ddc..00d962822 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -547,7 +547,7 @@ class depgraph(object): def _show_ignored_binaries(self): """ - Show binaries that have been ignored becaue their USE didn't + Show binaries that have been ignored because their USE didn't match the user's config. """ if not self._dynamic_config.ignored_binaries \ |