From c5345c12eca5ecb4bf11fe171d13db01417f2b02 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Thu, 11 Mar 2021 22:56:36 +0100 Subject: [PATCH] Typo. --- src/modules/backlight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/backlight.c b/src/modules/backlight.c index e2b3008..95fae8a 100644 --- a/src/modules/backlight.c +++ b/src/modules/backlight.c @@ -609,7 +609,7 @@ static int method_setallbrightness(sd_bus_message *m, void *userdata, sd_bus_err DDCUTIL_LOOP({ /* * In case same monitor happens multiple times - * (ie: it is connected to eg: hdmpi and DisplayPort) + * (ie: it is connected to eg: hdmi and DisplayPort) * skip it! */ if (map_has_key(running_clients, id)) {