]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/journal-util.c
codespell: fix spelling errors
[thirdparty/systemd.git] / src / shared / journal-util.c
index 89b76af5b3225eb1cd83fef023827975c27defc1..2f672c293543c12b3f31362b75a310589997db42 100644 (file)
@@ -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();