diff --git a/src/modules/module-filter-chain.c b/src/modules/module-filter-chain.c index 6e1db3ad7..7d51289c0 100644 --- a/src/modules/module-filter-chain.c +++ b/src/modules/module-filter-chain.c @@ -147,7 +147,7 @@ PW_LOG_TOPIC_STATIC(mod_topic, "mod." NAME); * * The mixer plugin has up to 8 input ports labeled "In 1" to "In 8" and each with * a gain control labeled "Gain 1" to "Gain 8". There is an output port labeled - * "Out". Unused input ports will be ignoded and not cause overhead. + * "Out". Unused input ports will be ignored and not cause overhead. * * ### Copy * diff --git a/src/modules/module-rtp-sap.c b/src/modules/module-rtp-sap.c index 82a7d716e..4b9018f2d 100644 --- a/src/modules/module-rtp-sap.c +++ b/src/modules/module-rtp-sap.c @@ -28,7 +28,7 @@ #define ifr_ifindex ifr_index #endif -/** \page page_module_rtp_sap PipeWire Module: Announce and create RTP streams +/** \page page_module_rtp_sap PipeWire Module: SAP Announce and create RTP streams * * The `rtp-sap` module announces RTP streams that match the rules with the * announce-stream action.