window: fix comment typo

This commit is contained in:
Peter Eisenmann
2024-03-12 16:02:20 +01:00
parent 05ea4b6340
commit de05720e3a

View File

@@ -175,7 +175,7 @@ class OsInstallerWindow(Adw.ApplicationWindow):
wrapper = self.main_stack.get_child_by_name(page_name)
if wrapper == None:
print(f'Page named {page_name} does not exist. Are you testing things and forget to comment it back in?')
print(f'Page named {page_name} does not exist. Are you testing things and forgot to comment it back in?')
return
self.current_page = wrapper.get_page()
self.current_page.load()