Skip to content

Commit 4d8c538

Browse files
yarikopticcboulay
authored andcommitted
[DATALAD RUNCMD] run codespell throughout fixing typos automagically
=== Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent db9a282 commit 4d8c538

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: docs/dev/app_dev.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ effective for most cases:
2020
* It is encouraged that the metadata conforms to `the XDF specifications <https://github.com/sccn/xdf/wiki/Meta-Data>`_
2121
* Create the outlet
2222
* In a loop (in a thread), or via a callback:
23-
* Retrive data from the device
23+
* Retrieve data from the device
2424
* Push data to the outlet
2525

2626
See :doc:`examples` for links to small examples of code,

Diff for: docs/info/faqs.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ It is also possible to transmit raw structs, but note that this is generally
6060
unsafe and non-portable (e.g., different compilers insert varying amount of
6161
padding between struct elements; also on platforms with different endianness
6262
your data will be garbled).
63-
An exception to this is sending numpy structs with explicitely set endianness
63+
An exception to this is sending numpy structs with explicitly set endianness
6464
for all fields.
6565

6666
In principle you can also send multiple streams and use the same time stamp
@@ -266,7 +266,7 @@ has multiple packages, generally called
266266
267267
Android also has ``.so`` shared objects, but has a different
268268
toolchain and architecture so the binaries (even if they're also named
269-
:file:`liblsl.so`) are **not** interchangable with ``.so`` files for regular
269+
:file:`liblsl.so`) are **not** interchangeable with ``.so`` files for regular
270270
Linuxes.
271271
272272
.. warning

Diff for: docs/info/lslapicfg.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ corrections to the default settings).
9494
OrganizationAddresses = {} ; old = {239.192.172.215, FF08:113D:6FDD:2C17:A643:FFE2:1BD1:3CD2}
9595
GlobalAddresses = {}
9696
97-
; This allows you to override the addresses calculated by VisibilityScope. To communicate conveniently wth a remote party without negotiating
97+
; This allows you to override the addresses calculated by VisibilityScope. To communicate conveniently with a remote party without negotiating
9898
; the involved hostnames, you may choose a privately agreed-on multicast address of the appropriate scope here.
9999
AddressesOverride = {}
100100
@@ -103,14 +103,14 @@ corrections to the default settings).
103103
TTLOverride = -1
104104
105105
[lab]
106-
; This setting mainly serves as a fallback in case that your network configuration does not permit multicast/broadcast communciation.
106+
; This setting mainly serves as a fallback in case that your network configuration does not permit multicast/broadcast communication.
107107
; By listing the names or IP addresses of your lab's machines here (both stream providers and stream users) and make the file available
108108
; on all involved machines, you can bypass the need for multicasting. This setting can also be used to link a small collection of machines
109109
; across the internet, provided that the firewall settings of each party permit communication (forward the BasePort to BasePort+PortRange ports).
110110
KnownPeers = {}
111111
112112
; This is the default "vanilla" session id; modify it to logically isolate your recording acitities from others within the scope.
113-
; The session id should not be relied on as a "password" to hide one's data from unpriviledged users; use operating-system and
113+
; The session id should not be relied on as a "password" to hide one's data from unprivileged users; use operating-system and
114114
; network settings for this purpose. Note that you machine still gets to see some traffic from other activities if within the scope.
115115
SessionID = default
116116

Diff for: docs/info/network-connectivity.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ you're in the file, make sure the :samp:`SessionID` setting is something other t
202202
debugging and courtesy purposes.
203203

204204
Distribute this configuration file between the outlet and inlet and *make sure the
205-
directory and file names are correct per your OS distrubution.* **If the name of the file is
205+
directory and file names are correct per your OS distribution.* **If the name of the file is
206206
not exactly :samp:`lsl_api.cfg`, liblsl will not read it.**
207207

208208
Finally to test that a remote connection is established, use a outlet/inlet

0 commit comments

Comments
 (0)