modules/mpris.c: codespell: fixed typo

This commit is contained in:
haruInDisguise 2024-08-29 12:05:27 +02:00
parent e04024a16b
commit f5d7e5c227

View file

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