Skip to content

Commit b1229ef

Browse files
committed
all: Fix spelling mistakes based on codespell check.
Signed-off-by: Damien George <[email protected]>
1 parent e160fe7 commit b1229ef

File tree

191 files changed

+282
-282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+282
-282
lines changed

.github/ISSUE_TEMPLATE/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Security report
3-
about: Report a security issue or vunerability in MicroPython
3+
about: Report a security issue or vulnerability in MicroPython
44
title: ''
55
labels: security
66
assignees: ''

CODECONVENTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Documentation conventions
255255
=========================
256256

257257
MicroPython generally follows CPython in documentation process and
258-
conventions. reStructuredText syntax is used for the documention.
258+
conventions. reStructuredText syntax is used for the documentation.
259259

260260
Specific conventions/suggestions:
261261

docs/develop/cmodules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ A MicroPython user C module is a directory with the following files:
5353
``SRC_USERMOD_C`` or ``SRC_USERMOD_LIB_C`` variables. The former will be
5454
processed for ``MP_QSTR_`` and ``MP_REGISTER_MODULE`` definitions, the latter
5555
will not (e.g. helpers and library code that isn't MicroPython-specific).
56-
These paths should include your expaned copy of ``$(USERMOD_DIR)``, e.g.::
56+
These paths should include your expanded copy of ``$(USERMOD_DIR)``, e.g.::
5757

5858
SRC_USERMOD_C += $(EXAMPLE_MOD_DIR)/modexample.c
5959
SRC_USERMOD_LIB_C += $(EXAMPLE_MOD_DIR)/utils/algorithm.c

docs/esp32/tutorial/intro.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Requirements
1717
The first thing you need is a board with an ESP32 chip. The MicroPython
1818
software supports the ESP32 chip itself and any board should work. The main
1919
characteristic of a board is how the GPIO pins are connected to the outside
20-
world, and whether it includes a built-in USB-serial convertor to make the
20+
world, and whether it includes a built-in USB-serial converter to make the
2121
UART available to your PC.
2222

2323
Names of pins will be given in this tutorial using the chip names (eg GPIO2)
@@ -59,7 +59,7 @@ bootloader mode, and second you need to copy across the firmware. The exact
5959
procedure for these steps is highly dependent on the particular board and you will
6060
need to refer to its documentation for details.
6161

62-
Fortunately, most boards have a USB connector, a USB-serial convertor, and the DTR
62+
Fortunately, most boards have a USB connector, a USB-serial converter, and the DTR
6363
and RTS pins wired in a special way then deploying the firmware should be easy as
6464
all steps can be done automatically. Boards that have such features
6565
include the Adafruit Feather HUZZAH32, M5Stack, Wemos LOLIN32, and TinyPICO
@@ -104,7 +104,7 @@ Serial prompt
104104

105105
Once you have the firmware on the device you can access the REPL (Python prompt)
106106
over UART0 (GPIO1=TX, GPIO3=RX), which might be connected to a USB-serial
107-
convertor, depending on your board. The baudrate is 115200.
107+
converter, depending on your board. The baudrate is 115200.
108108

109109
From here you can now follow the ESP8266 tutorial, because these two Espressif chips
110110
are very similar when it comes to using MicroPython on them. The ESP8266 tutorial
@@ -124,7 +124,7 @@ after it, here are troubleshooting recommendations:
124124

125125
* The flashing instructions above use flashing speed of 460800 baud, which is
126126
good compromise between speed and stability. However, depending on your
127-
module/board, USB-UART convertor, cables, host OS, etc., the above baud
127+
module/board, USB-UART converter, cables, host OS, etc., the above baud
128128
rate may be too high and lead to errors. Try a more common 115200 baud
129129
rate instead in such cases.
130130

docs/esp8266/tutorial/intro.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The first thing you need is a board with an ESP8266 chip. The MicroPython
1818
software supports the ESP8266 chip itself and any board should work. The main
1919
characteristic of a board is how much flash it has, how the GPIO pins are
2020
connected to the outside world, and whether it includes a built-in USB-serial
21-
convertor to make the UART available to your PC.
21+
converter to make the UART available to your PC.
2222

2323
The minimum requirement for flash size is 1Mbyte. There is also a special
2424
build for boards with 512KB, but it is highly limited comparing to the
@@ -70,7 +70,7 @@ need to put your device in boot-loader mode, and second you need to copy across
7070
the firmware. The exact procedure for these steps is highly dependent on the
7171
particular board and you will need to refer to its documentation for details.
7272

73-
If you have a board that has a USB connector, a USB-serial convertor, and has
73+
If you have a board that has a USB connector, a USB-serial converter, and has
7474
the DTR and RTS pins wired in a special way then deploying the firmware should
7575
be easy as all steps can be done automatically. Boards that have such features
7676
include the Adafruit Feather HUZZAH and NodeMCU boards.
@@ -128,7 +128,7 @@ Serial prompt
128128

129129
Once you have the firmware on the device you can access the REPL (Python prompt)
130130
over UART0 (GPIO1=TX, GPIO3=RX), which might be connected to a USB-serial
131-
convertor, depending on your board. The baudrate is 115200. The next part of
131+
converter, depending on your board. The baudrate is 115200. The next part of
132132
the tutorial will discuss the prompt in more detail.
133133

134134
WiFi
@@ -137,7 +137,7 @@ WiFi
137137
After a fresh install and boot the device configures itself as a WiFi access
138138
point (AP) that you can connect to. The ESSID is of the form MicroPython-xxxxxx
139139
where the x's are replaced with part of the MAC address of your device (so will
140-
be the same everytime, and most likely different for all ESP8266 chips). The
140+
be the same every time, and most likely different for all ESP8266 chips). The
141141
password for the WiFi is micropythoN (note the upper-case N). Its IP address
142142
will be 192.168.4.1 once you connect to its network. WiFi configuration will
143143
be discussed in more detail later in the tutorial.
@@ -169,7 +169,7 @@ after it, here are troubleshooting recommendations:
169169

170170
* The flashing instructions above use flashing speed of 460800 baud, which is
171171
good compromise between speed and stability. However, depending on your
172-
module/board, USB-UART convertor, cables, host OS, etc., the above baud
172+
module/board, USB-UART converter, cables, host OS, etc., the above baud
173173
rate may be too high and lead to errors. Try a more common 115200 baud
174174
rate instead in such cases.
175175

docs/esp8266/tutorial/repl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ REPL over the serial port
1313

1414
The REPL is always available on the UART0 serial peripheral, which is connected
1515
to the pins GPIO1 for TX and GPIO3 for RX. The baudrate of the REPL is 115200.
16-
If your board has a USB-serial convertor on it then you should be able to access
16+
If your board has a USB-serial converter on it then you should be able to access
1717
the REPL directly from your PC. Otherwise you will need to have a way of
1818
communicating with the UART.
1919

docs/library/array.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Classes
7575
Returns the string representation of the array, called as ``str(a)`` or ``repr(a)```
7676
(where ``a`` is an ``array``). Returns the string ``"array(<type>, [<elements>])"``,
7777
where ``<type>`` is the type code letter for the array and ``<elements>`` is a comma
78-
seperated list of the elements of the array.
78+
separated list of the elements of the array.
7979

8080
**Note:** ``__repr__`` cannot be called directly (``a.__repr__()`` fails) and
8181
is not present in ``__dict__``, however ``str(a)`` and ``repr(a)`` both work.

docs/library/bluetooth.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Configuration
4444
4545
Get or set configuration values of the BLE interface. To get a value the
4646
parameter name should be quoted as a string, and just one parameter is
47-
queried at a time. To set values use the keyword syntax, and one ore more
47+
queried at a time. To set values use the keyword syntax, and one or more
4848
parameter can be set at a time.
4949

5050
Currently supported values are:

docs/library/esp32.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ methods to enable over-the-air (OTA) updates.
126126
and an ``OSError(-261)`` is raised if called on firmware that doesn't have the
127127
feature enabled.
128128
It is OK to call ``mark_app_valid_cancel_rollback`` on every boot and it is not
129-
necessary when booting firmare that was loaded using esptool.
129+
necessary when booting firmware that was loaded using esptool.
130130

131131
Constants
132132
~~~~~~~~~

docs/library/machine.ADC.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class ADC -- analog to digital conversion
55
=========================================
66

7-
The ADC class provides an interface to analog-to-digital convertors, and
7+
The ADC class provides an interface to analog-to-digital converters, and
88
represents a single endpoint that can sample a continuous voltage and
99
convert it to a discretised value.
1010

0 commit comments

Comments
 (0)