Fix typo in comment: overide -> override
authornikolas <nikolas@gnu.org>
Wed, 4 Sep 2019 16:03:56 +0000 (12:03 -0400)
committerMichael Biebl <biebl@debian.org>
Sun, 10 Nov 2019 23:58:41 +0000 (23:58 +0000)
(cherry picked from commit f7f9c69ac58748e37629015ab288d40b1966ac88)

Gbp-Pq: Name Fix-typo-in-comment-overide-override.patch

src/login/logind-brightness.c

index 8dfa97d7aed600644237efb7bb0eee1f99424e5a..3f4b65e1fdf16ab9333c1454d27b056e0a96cd92 100644 (file)
@@ -213,7 +213,7 @@ int manager_write_brightness(
                 if (r < 0)
                         return log_error_errno(r, "Failed to add message to set: %m");
 
-                /* We overide any previously requested brightness here: we coalesce writes, and the newest
+                /* We override any previously requested brightness here: we coalesce writes, and the newest
                  * requested brightness is the one we'll put into effect. */
                 existing->brightness = brightness;
                 existing->again = true; /* request another iteration of the writer when the current one is