summaryrefslogtreecommitdiffstatshomepage
path: root/tests/import/ext/micropython.py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2024-01-05 15:07:18 +1100
committerDamien George <damien@micropython.org>2024-01-05 15:08:33 +1100
commitee226a8b4340111eee0b13e7b840948f4bb70465 (patch)
tree045b246f790d910ed296a7a203a96798146ec6fa /tests/import/ext/micropython.py
parent7a794d0d8ec61d37b871ee0efd14735fcfcd8b11 (diff)
downloadmicropython-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.py2
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")