From f5d7e5c227835ed5a7424f1dda7760340947447e Mon Sep 17 00:00:00 2001 From: haruInDisguise Date: Thu, 29 Aug 2024 12:05:27 +0200 Subject: [PATCH] modules/mpris.c: codespell: fixed typo --- modules/mpris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mpris.c b/modules/mpris.c index 9dcf9de..6cefcc0 100644 --- a/modules/mpris.c +++ b/modules/mpris.c @@ -1056,7 +1056,7 @@ run(struct module *mod) continue; } - /* Process dynamic updates, recieved through the listener/the + /* Process dynamic updates, revieved through the listener/the * 'PropertiesChanged' signal */ if (listener->has_update) { listener->has_update = false;