spelling: component

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-02-06 14:22:13 -05:00
parent 00d5c14810
commit 859129363d

View file

@ -40,7 +40,7 @@ class Session(util.Observable):
"""The client component. Always present."""
self.launcher = components.missing(self, launchers.Launcher)
"""The launcher componet. Always present in "launch" sessions, and never
"""The launcher component. Always present in "launch" sessions, and never
present in "attach" sessions.
"""