[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 ^^^
This commit is contained in:
Yaroslav Halchenko
2024-05-24 15:31:09 -04:00
parent eb8e671377
commit 5416a81196
4 changed files with 6 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ async def example_responder(reactor, code):
versions = await w.get_versions()
# our simple protocol is: the responder sends a single
# message. the flow of messgaes after "versions" is exchanged is
# message. the flow of messages after "versions" is exchanged is
# up to application requirements
w.send_message(b"privacy is a human right")
result = await w.close()

View File

@@ -14,7 +14,7 @@ partner to connect to them instead of you. By passing, observing, and
possibly modifying messages between these two connections, they could
perform an MitM (Man In The Middle) attack.
If the server refused to re-use the same channel id (aka “nameplate”)
If the server refused to reuse the same channel id (aka “nameplate”)
right away (issue #31), a network attacker would be unable to set up the
second connection, cutting this attack in half. An attacker who controls
the server would not be affected.

View File

@@ -18,7 +18,7 @@ Dilation was conceived during development of a “next-generation”
file-transfer protocol now called “`Dilated File
Transfer <https://github.com/magic-wormhole/magic-wormhole-protocols/pull/23>`__”.
This document asssumes you are familiar with the core Mailbox protocol
This document assumes you are familiar with the core Mailbox protocol
and the general promises of Magic Wormhole. For more information see
`the Server Protocol <server-protocol.md>`__.
@@ -459,7 +459,7 @@ pattern, and the reaction to receiving the handshake message / ephemeral
key (for which only the Follower sends an empty KCM message).
After that, the ``DilatedConnectionProtocol`` notifies the management
obects in three situations:
objects in three situations:
- the Noise session produces a valid KCM message (``Connector``
notified with ``add_candidate()``).

View File

@@ -121,7 +121,7 @@ Unless otherwise noted, these "inherit" any limitations of their langauge's libr
Library and CLI
~~~~~~~~~~~~~~~
* `magic-wormhole <https://github.com/magic-wormhole/magic-wormhole>`_ the Python reference implementation and CLI (the command-line progam is called ``wormhole`` in most distributions)
* `magic-wormhole <https://github.com/magic-wormhole/magic-wormhole>`_ the Python reference implementation and CLI (the command-line program is called ``wormhole`` in most distributions)
* `wormhole-william <https://github.com/psanford/wormhole-william>`_ is a Go library and CLI for file-transfer
* `magic-wormhole.rs <https://github.com/magic-wormhole/magic-wormhole.rs/>`_ provides a library and CLI for file-transfer
* `haskell-magic-wormhole <https://github.com/LeastAuthority/haskell-magic-wormhole>`_ and `wormhole-client <https://github.com/LeastAuthority/wormhole-client>`_ are a library and CLI for file-transfer in Haskell
@@ -132,7 +132,7 @@ GUIs for Desktop, Mobile, Web
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* `Warp <https://apps.gnome.org/Warp/>`_ is a GNOME GUI written in Rust
* `Winden <https://winden.app/>`_ is a Web client and deployment (using the Go implemtation via WASM)
* `Winden <https://winden.app/>`_ is a Web client and deployment (using the Go implementation via WASM)
* `Destiny <https://f-droid.org/packages/com.leastauthority.destiny/>`_ is an Android (and iOS) app using Flutter (with the Go implementation for wormhole). Also on proprietary app stores.
* `Wormhole <https://gitlab.com/lukas-heiligenbrunner/wormhole>`_ for Android. Based on the Rust implementation.
* `Mobile Wormhole <https://github.com/pavelsof/mobile-wormhole>`_ for Android (also `on f-droid <https://github.com/pavelsof/mobile-wormhole>`_. Based on the Python implementation, using Kivy