treewide: fix issues found by codespell

This commit is contained in:
Björn Daase 2021-03-16 18:09:38 +01:00 committed by Wim Taymans
parent 4d94ba843c
commit 5913eb098c
10 changed files with 26 additions and 26 deletions

View file

@ -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,