From: Frantisek Sumsal Date: Mon, 22 Jan 2018 10:18:53 +0000 (+0100) Subject: journald-native: Fix typo in MANDLOCK message X-Git-Tag: v237~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1dc52f56f9641be12470be664d16043a7a08ff37;p=platform%2Fupstream%2Fsystemd.git journald-native: Fix typo in MANDLOCK message --- diff --git a/src/journal/journald-native.c b/src/journal/journald-native.c index 65fb6ab..cee8732 100644 --- a/src/journal/journald-native.c +++ b/src/journal/journald-native.c @@ -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; }