journald-native: Fix typo in MANDLOCK message
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 22 Jan 2018 10:18:53 +0000 (11:18 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 22 Jan 2018 11:27:09 +0000 (12:27 +0100)
src/journal/journald-native.c

index 65fb6ab..cee8732 100644 (file)
@@ -425,7 +425,7 @@ void server_process_native_file(
                  * https://github.com/systemd/systemd/issues/1822
                  */
                 if (vfs.f_flag & ST_MANDLOCK) {
-                        log_error("Received file descriptor from file system with mandatory locking enable, refusing.");
+                        log_error("Received file descriptor from file system with mandatory locking enabled, refusing.");
                         return;
                 }