mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
treewide: fix issues found by codespell
This commit is contained in:
parent
4d94ba843c
commit
5913eb098c
10 changed files with 26 additions and 26 deletions
|
|
@ -35,9 +35,9 @@ extern "C" {
|
|||
enum spa_node_command {
|
||||
SPA_NODE_COMMAND_Suspend, /**< suspend a node, this removes all configured
|
||||
* formats and closes any devices */
|
||||
SPA_NODE_COMMAND_Pause, /**< pause a node. this makes it stop emiting
|
||||
SPA_NODE_COMMAND_Pause, /**< pause a node. this makes it stop emitting
|
||||
* scheduling events */
|
||||
SPA_NODE_COMMAND_Start, /**< start a node, this makes it start emiting
|
||||
SPA_NODE_COMMAND_Start, /**< start a node, this makes it start emitting
|
||||
* scheduling events */
|
||||
SPA_NODE_COMMAND_Enable,
|
||||
SPA_NODE_COMMAND_Disable,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue