From 9208ea051c021d6a1d48965d634153fc6638646f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 11 Nov 2021 13:53:57 +1000 Subject: [PATCH] Fix some typos --- lib/wp/transition.c | 2 +- src/scripts/monitors/alsa.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/wp/transition.c b/lib/wp/transition.c index 97bd455f..a8571640 100644 --- a/lib/wp/transition.c +++ b/lib/wp/transition.c @@ -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 diff --git a/src/scripts/monitors/alsa.lua b/src/scripts/monitors/alsa.lua index 18ed6145..68c39d8d 100644 --- a/src/scripts/monitors/alsa.lua +++ b/src/scripts/monitors/alsa.lua @@ -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