Skip to content

Commit ca16c38

Browse files
committed
various: Spelling fixes
1 parent e5e49be commit ca16c38

Some content is hidden

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

41 files changed

+49
-49
lines changed

cc3200/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ If `WIPY_IP`, `WIPY_USER` or `WIPY_PWD` are omitted the default values (the ones
138138
## Regarding old revisions of the CC3200-LAUNCHXL
139139

140140
First silicon (pre-release) revisions of the CC3200 had issues with the ram blocks, and MicroPython cannot run
141-
there. Make sure to use a **v4.1 (or higer) LAUNCHXL board** when trying this port, otherwise it won't work.
141+
there. Make sure to use a **v4.1 (or higher) LAUNCHXL board** when trying this port, otherwise it won't work.
142142

143143
### Note regarding FileZilla
144144

docs/library/btree.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Functions
6969

7070
Open a database from a random-access `stream` (like an open file). All
7171
other parameters are optional and keyword-only, and allow to tweak advanced
72-
paramters of the database operation (most users will not need them):
72+
parameters of the database operation (most users will not need them):
7373

7474
* `flags` - Currently unused.
7575
* `cachesize` - Suggested maximum memory cache size in bytes. For a

docs/library/machine.SD.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Methods
3434

3535
.. method:: SD.init(id=0, pins=('GP10', 'GP11', 'GP15'))
3636

37-
Enable the SD card. In order to initalize the card, give it a 3-tuple:
37+
Enable the SD card. In order to initialize the card, give it a 3-tuple:
3838
``(clk_pin, cmd_pin, dat0_pin)``.
3939

4040
.. method:: SD.deinit()

docs/library/machine.UART.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ UART objects can be created and initialised using::
1616
uart = UART(1, 9600) # init with given baudrate
1717
uart.init(9600, bits=8, parity=None, stop=1) # init with given parameters
1818

19-
Supported paramters differ on a board:
19+
Supported parameters differ on a board:
2020

2121
Pyboard: Bits can be 7, 8 or 9. Stop can be 1 or 2. With `parity=None`,
2222
only 8 and 9 bits are supported. With parity enabled, only 7 and 8 bits

docs/library/uhashlib.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ be implemented:
1515

1616
* SHA1 - A previous generation algorithm. Not recommended for new usages,
1717
but SHA1 is a part of number of Internet standards and existing
18-
applications, so boards targetting network connectivity and
18+
applications, so boards targeting network connectivity and
1919
interoperatiability will try to provide this.
2020

2121
* MD5 - A legacy algorithm, not considered cryptographically secure. Only
22-
selected boards, targetting interoperatibility with legacy applications,
22+
selected boards, targeting interoperatibility with legacy applications,
2323
will offer this.
2424

2525
Constructors

docs/library/utime.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ Functions
146146
too distant inbetween, see below). The function returns **signed** value in the range
147147
[``-TICKS_PERIOD/2`` .. ``TICKS_PERIOD/2-1``] (that's a typical range definition for
148148
two's-complement signed binary integers). If the result is negative, it means that
149-
``ticks1`` occured earlier in time than ``ticks2``. Otherwise, it means that
150-
``ticks1`` occured after ``ticks2``. This holds ``only`` if ``ticks1`` and ``ticks2``
149+
``ticks1`` occurred earlier in time than ``ticks2``. Otherwise, it means that
150+
``ticks1`` occurred after ``ticks2``. This holds ``only`` if ``ticks1`` and ``ticks2``
151151
are apart from each other for no more than ``TICKS_PERIOD/2-1`` ticks. If that does
152152
not hold, incorrect result will be returned. Specifically, if two tick values are
153153
apart for ``TICKS_PERIOD/2-1`` ticks, that value will be returned by the function.

docs/sphinx_selective_exclude/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ index for PDF, just the same as for HTML.
6666
search_auto_exclude
6767
-------------------
6868

69-
Even if you exclude soem documents from toctree:: using only::
69+
Even if you exclude some documents from toctree:: using only::
7070
directive, they will be indexed for full-text search, so user may
7171
find them and get confused. This plugin follows very simple idea
7272
that if you didn't include some documents in the toctree, then

docs/sphinx_selective_exclude/modindex_exclude.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This is a Sphinx documentation tool extension which allows to
33
# exclude some Python modules from the generated indexes. Modules
44
# are excluded both from "modindex" and "genindex" index tables
5-
# (in the latter case, all members of a module are exlcuded).
5+
# (in the latter case, all members of a module are excluded).
66
# To control exclusion, set "modindex_exclude" variable in Sphinx
77
# conf.py to the list of modules to exclude. Note: these should be
88
# modules (as defined by py:module directive, not just raw filenames).

esp8266/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ programming).
100100

101101
__WiFi__
102102

103-
Initally, the device configures itself as a WiFi access point (AP).
103+
Initially, the device configures itself as a WiFi access point (AP).
104104
- ESSID: MicroPython-xxxxxx (x’s are replaced with part of the MAC address).
105105
- Password: micropythoN (note the upper-case N).
106106
- IP address of the board: 192.168.4.1.

esp8266/machine_rtc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void pyb_rtc_set_us_since_2000(uint64_t nowus) {
9393
int64_t delta = nowus - (((uint64_t)rtc_last_ticks * cal) >> 12);
9494

9595
// As the calibration value jitters quite a bit, to make the
96-
// clock at least somewhat practially usable, we need to store it
96+
// clock at least somewhat practically usable, we need to store it
9797
system_rtc_mem_write(MEM_CAL_ADDR, &cal, sizeof(cal));
9898
system_rtc_mem_write(MEM_DELTA_ADDR, &delta, sizeof(delta));
9999
};

0 commit comments

Comments
 (0)