misc: codespell fixes

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Pavel Hrdina
2024-10-13 15:26:08 +02:00
parent a9a78f45cf
commit d4194c134b
7 changed files with 11 additions and 8 deletions

View File

@@ -140,7 +140,7 @@ def set_grid_row_visible(child, visible):
For the passed widget, find its parent GtkGrid, and hide/show all
elements that are in the same row as it. Simplifies having to name
every element in a row when we want to dynamically hide things
based on UI interraction
based on UI interaction
"""
parent = child.get_parent()
if not isinstance(parent, Gtk.Grid):