Skip to content

Commit

Permalink
[DATALAD RUNCMD] run codespell throughout fixing typos automagically
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic authored and cboulay committed Sep 16, 2024
1 parent db9a282 commit 4d8c538
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/dev/app_dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ effective for most cases:
* It is encouraged that the metadata conforms to `the XDF specifications <https://github.com/sccn/xdf/wiki/Meta-Data>`_
* Create the outlet
* In a loop (in a thread), or via a callback:
* Retrive data from the device
* Retrieve data from the device
* Push data to the outlet

See :doc:`examples` for links to small examples of code,
Expand Down
4 changes: 2 additions & 2 deletions docs/info/faqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ It is also possible to transmit raw structs, but note that this is generally
unsafe and non-portable (e.g., different compilers insert varying amount of
padding between struct elements; also on platforms with different endianness
your data will be garbled).
An exception to this is sending numpy structs with explicitely set endianness
An exception to this is sending numpy structs with explicitly set endianness
for all fields.

In principle you can also send multiple streams and use the same time stamp
Expand Down Expand Up @@ -266,7 +266,7 @@ has multiple packages, generally called
Android also has ``.so`` shared objects, but has a different
toolchain and architecture so the binaries (even if they're also named
:file:`liblsl.so`) are **not** interchangable with ``.so`` files for regular
:file:`liblsl.so`) are **not** interchangeable with ``.so`` files for regular
Linuxes.
.. warning
Expand Down
6 changes: 3 additions & 3 deletions docs/info/lslapicfg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ corrections to the default settings).
OrganizationAddresses = {} ; old = {239.192.172.215, FF08:113D:6FDD:2C17:A643:FFE2:1BD1:3CD2}
GlobalAddresses = {}
; This allows you to override the addresses calculated by VisibilityScope. To communicate conveniently wth a remote party without negotiating
; This allows you to override the addresses calculated by VisibilityScope. To communicate conveniently with a remote party without negotiating
; the involved hostnames, you may choose a privately agreed-on multicast address of the appropriate scope here.
AddressesOverride = {}
Expand All @@ -103,14 +103,14 @@ corrections to the default settings).
TTLOverride = -1
[lab]
; This setting mainly serves as a fallback in case that your network configuration does not permit multicast/broadcast communciation.
; This setting mainly serves as a fallback in case that your network configuration does not permit multicast/broadcast communication.
; By listing the names or IP addresses of your lab's machines here (both stream providers and stream users) and make the file available
; on all involved machines, you can bypass the need for multicasting. This setting can also be used to link a small collection of machines
; across the internet, provided that the firewall settings of each party permit communication (forward the BasePort to BasePort+PortRange ports).
KnownPeers = {}
; This is the default "vanilla" session id; modify it to logically isolate your recording acitities from others within the scope.
; The session id should not be relied on as a "password" to hide one's data from unpriviledged users; use operating-system and
; The session id should not be relied on as a "password" to hide one's data from unprivileged users; use operating-system and
; network settings for this purpose. Note that you machine still gets to see some traffic from other activities if within the scope.
SessionID = default
Expand Down
2 changes: 1 addition & 1 deletion docs/info/network-connectivity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ you're in the file, make sure the :samp:`SessionID` setting is something other t
debugging and courtesy purposes.

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

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

0 comments on commit 4d8c538

Please sign in to comment.