summaryrefslogtreecommitdiffstats
path: root/src/shared/journal-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/journal-util.c')
-rw-r--r--src/shared/journal-util.c2
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();