summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornikolas <nikolas@gnu.org>2019-09-04 12:03:56 -0400
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-09-05 07:39:36 +0900
commitf7f9c69ac58748e37629015ab288d40b1966ac88 (patch)
treea2123bf19bdf305f6195db22df30f18fd51b3153
parentca8ba8f8c066a47f5c9d033b291f0d6720c658cd (diff)
downloadsystemd-f7f9c69ac58748e37629015ab288d40b1966ac88.tar.gz
Fix typo in comment: overide -> override
-rw-r--r--src/login/logind-brightness.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind-brightness.c b/src/login/logind-brightness.c
index 8dfa97d7ae..3f4b65e1fd 100644
--- a/src/login/logind-brightness.c
+++ b/src/login/logind-brightness.c
@@ -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