Fix some typos

This commit is contained in:
Peter Hutterer 2021-11-11 13:53:57 +10:00 committed by George Kiagiadakis
parent f4546a18e8
commit 9208ea051c
2 changed files with 2 additions and 2 deletions

View file

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

View file

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