mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-08 09:18:03 +02:00
Fix some typos
This commit is contained in:
parent
f4546a18e8
commit
9208ea051c
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@
|
|||
* possible, the WpTransition base class does not expect
|
||||
* _WpTransitionClass::execute_step() to call wp_transition_advance() directly.
|
||||
* Instead, it is expected that wp_transition_advance() will be called from
|
||||
* the callback that the step's asyncrhonous operation will call when it is
|
||||
* the callback that the step's asynchronous operation will call when it is
|
||||
* completed.
|
||||
*
|
||||
* \gproperties
|
||||
|
|
|
|||
|
|
@ -309,7 +309,7 @@ function createMonitor ()
|
|||
local m = SpaDevice("api.alsa.enum.udev", config.properties)
|
||||
if m == nil then
|
||||
Log.message("PipeWire's SPA ALSA udev plugin(\"api.alsa.enum.udev\")"
|
||||
.. "missing or broken. Sound Cards Cannot be enumerated")
|
||||
.. "missing or broken. Sound Cards cannot be enumerated")
|
||||
return nil
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue