summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2020-02-03 12:33:50 -0800
committerZac Medico <zmedico@gentoo.org>2020-02-03 12:34:22 -0800
commit3102f41a9dcee0f1753723737c293e8517a5937b (patch)
treecd189ca840d41376e8cb1b899b4a54b9f9836234
parentcreate_world_atom: fix outdated comments regarding greedy atoms (diff)
downloadportage-3102f41a9dcee0f1753723737c293e8517a5937b.tar.gz
portage-3102f41a9dcee0f1753723737c293e8517a5937b.tar.bz2
portage-3102f41a9dcee0f1753723737c293e8517a5937b.zip
create_world_atom: fix spelling of multiple in comments
Reported-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--lib/_emerge/create_world_atom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/_emerge/create_world_atom.py b/lib/_emerge/create_world_atom.py
index 277bd0777..a7f3e30bf 100644
--- a/lib/_emerge/create_world_atom.py
+++ b/lib/_emerge/create_world_atom.py
@@ -15,7 +15,7 @@ def create_world_atom(pkg, args_set, root_config, before_install=False):
"""Create a new atom for the world file if one does not exist. If the
argument atom is precise enough to identify a specific slot then a slot
atom will be returned. Atoms that are in the system set may also be stored
- in world since a user might want to select muliple slots of a slotted
+ in world since a user might want to select multiple slots of a slotted
package like gcc for example. Unslotted system packages will not be
stored in world."""
@@ -112,7 +112,7 @@ def create_world_atom(pkg, args_set, root_config, before_install=False):
return None
if not slotted and not arg_atom.repo:
# Don't exclude slotted atoms for system packages from world, since
- # a user might want to select muliple slots of a slotted package like
+ # a user might want to select multiple slots of a slotted package like
# gcc for example.
system_atom = sets["system"].findAtomForPackage(pkg)
if system_atom: