diff options
| author | Mike Causer <mcauser@gmail.com> | 2020-12-10 02:52:18 +1100 |
|---|---|---|
| committer | Mike Causer <mcauser@gmail.com> | 2020-12-10 02:52:18 +1100 |
| commit | eedcc98cc5379f93704fd344289e2f5c8a60eddd (patch) | |
| tree | b0edae3059a39b367317b9acd7057c3b8475abcb /main.c | |
| parent | 133013083ab582fa87a4c7dfb53d068e09864905 (diff) | |
Fix some spelling mistakes
Diffstat (limited to 'main.c')
| -rwxr-xr-x | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -215,7 +215,7 @@ STATIC bool maybe_run_list(const char * const * filenames, pyexec_result_t* exec STATIC void cleanup_after_vm(supervisor_allocation* heap) { // Reset port-independent devices, like CIRCUITPY_BLEIO_HCI. reset_devices(); - // Turn off the display and flush the fileystem before the heap disappears. + // Turn off the display and flush the filesystem before the heap disappears. #if CIRCUITPY_DISPLAYIO reset_displays(); #endif |
