[DATALAD RUNCMD] run codespell throughout

=== 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 2023-03-29 14:11:40 -04:00
parent 863c6d9bf4
commit 1f00174272
30 changed files with 42 additions and 42 deletions

View file

@ -673,7 +673,7 @@ static int do_init(pa_module *m) {
u->msg = pa_msgobject_new(tunnel_msg);
u->msg->parent.process_msg = tunnel_process_msg;
/* The rtpoll created here must curently only exist to avoid crashes when
/* The rtpoll created here must currently only exist to avoid crashes when
* the module is used together with module-loopback. Because module-loopback
* runs pa_asyncmsgq_process_one() from the pop callback, the rtpoll need not
* be run. We will do so anyway for potential modules similar to