diff options
author | Damien George <damien@micropython.org> | 2024-01-05 15:07:18 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-01-05 15:08:33 +1100 |
commit | ee226a8b4340111eee0b13e7b840948f4bb70465 (patch) | |
tree | 045b246f790d910ed296a7a203a96798146ec6fa /tests/import/ext/micropython.py | |
parent | 7a794d0d8ec61d37b871ee0efd14735fcfcd8b11 (diff) | |
download | micropython-ee226a8b4340111eee0b13e7b840948f4bb70465.tar.gz micropython-ee226a8b4340111eee0b13e7b840948f4bb70465.zip |
all: Fix "reuse" and "overridden" spelling mistakes.
Codespell doesn't pick up "re-used" or "re-uses", and ignores the tests/
directory, so fix these manually.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/import/ext/micropython.py')
-rw-r--r-- | tests/import/ext/micropython.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/import/ext/micropython.py b/tests/import/ext/micropython.py index 88c8b770e1..251e1e0aa9 100644 --- a/tests/import/ext/micropython.py +++ b/tests/import/ext/micropython.py @@ -1,2 +1,2 @@ -# micropython is always builtin and cannot be overriden by the filesystem. +# micropython is always builtin and cannot be overridden by the filesystem. print("ERROR: micropython from filesystem") |