923a60
From fd5cce8255e14fd619654d3d639485787afdc89c Mon Sep 17 00:00:00 2001
923a60
From: Frantisek Sumsal <frantisek@sumsal.cz>
923a60
Date: Mon, 22 Jan 2018 11:18:53 +0100
923a60
Subject: [PATCH] journald-native: Fix typo in MANDLOCK message
923a60
923a60
Cherry-picked from: 1dc52f56f9641be12470be664d16043a7a08ff37
923a60
Resolves: #1501017
923a60
---
923a60
 src/journal/journald-native.c | 2 +-
923a60
 1 file changed, 1 insertion(+), 1 deletion(-)
923a60
923a60
diff --git a/src/journal/journald-native.c b/src/journal/journald-native.c
923a60
index fdb1a38ddc..cf3349393f 100644
923a60
--- a/src/journal/journald-native.c
923a60
+++ b/src/journal/journald-native.c
923a60
@@ -406,7 +406,7 @@ void server_process_native_file(
923a60
                  * https://github.com/systemd/systemd/issues/1822
923a60
                  */
923a60
                 if (vfs.f_flag & ST_MANDLOCK) {
923a60
-                        log_error("Received file descriptor from file system with mandatory locking enable, refusing.");
923a60
+                        log_error("Received file descriptor from file system with mandatory locking enabled, refusing.");
923a60
                         return;
923a60
                 }
923a60