From: nikolas Date: Wed, 4 Sep 2019 16:03:56 +0000 (-0400) Subject: Fix typo in comment: overide -> override X-Git-Tag: v243.1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7f9c69ac58748e37629015ab288d40b1966ac88;p=thirdparty%2Fsystemd.git Fix typo in comment: overide -> override --- diff --git a/src/login/logind-brightness.c b/src/login/logind-brightness.c index 8dfa97d7aed..3f4b65e1fdf 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