diff options
author | Ben Boeckel <mathstuf@gmail.com> | 2019-04-26 20:22:40 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-04-29 16:47:18 +0200 |
commit | 5238e9575906297608ff802a27e2ff9effa3b338 (patch) | |
tree | e17c534a09908167a0697a49ed3237f43134eb4c /src/shared/journal-util.c | |
parent | 51aba17b88617515e037e8985d3a4ea871ac47fe (diff) | |
download | systemd-5238e9575906297608ff802a27e2ff9effa3b338.tar.gz |
codespell: fix spelling errors
Diffstat (limited to 'src/shared/journal-util.c')
-rw-r--r-- | src/shared/journal-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/journal-util.c b/src/shared/journal-util.c index 89b76af5b3..2f672c2935 100644 --- a/src/shared/journal-util.c +++ b/src/shared/journal-util.c @@ -50,7 +50,7 @@ static int access_check_var_log_journal(sd_journal *j, bool want_other_users) { if (!strv_isempty(g)) { _cleanup_free_ char *s = NULL; - /* Thre are groups in the ACL, let's list them */ + /* There are groups in the ACL, let's list them */ r = strv_extend(&g, "systemd-journal"); if (r < 0) return log_oom(); |