]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
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 65fb6ab63a0840d02d57115b0f4ac54ea42aaf44..cee873215d5ddc9076fb4cabd3fd24925228462c 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;
                 }