diff options
author | nikolas <nikolas@gnu.org> | 2019-09-04 18:03:56 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-09-05 00:39:36 +0200 |
commit | f7f9c69ac58748e37629015ab288d40b1966ac88 (patch) | |
tree | a2123bf19bdf305f6195db22df30f18fd51b3153 /src/login/logind-brightness.c | |
parent | po: update Polish translation (diff) | |
download | systemd-f7f9c69ac58748e37629015ab288d40b1966ac88.tar.xz systemd-f7f9c69ac58748e37629015ab288d40b1966ac88.zip |
Fix typo in comment: overide -> override
Diffstat (limited to '')
-rw-r--r-- | src/login/logind-brightness.c | 2 |
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 |