File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ def find_and_init_report_mouse(cursor_image=DEFAULT_CURSOR, scale=1):
177177
178178class BootMouse :
179179 """
180- Helpler class that encapsulates the objects needed to interact with a boot
180+ Helper class that encapsulates the objects needed to interact with a boot
181181 mouse, show a visible cursor on the display, and determine when buttons
182182 were pressed.
183183
@@ -318,7 +318,7 @@ def update(self):
318318
319319class ReportMouse (BootMouse ):
320320 """
321- Helpler class that encapsulates the objects needed to interact with a non-Boot
321+ Helper class that encapsulates the objects needed to interact with a non-Boot
322322 mouse (Report), show a visible cursor on the display, and determine when buttons
323323 were pressed. The class is a subclass of BootMouse that overrides the update method.
324324
You can’t perform that action at this time.
0 commit comments