From: Lennart Poettering Date: Thu, 20 Sep 2012 20:50:26 +0000 (+0200) Subject: fix typo in NEWS X-Git-Tag: v191~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d0256b7eb119de92c748cf566257996b02fb506;p=thirdparty%2Fsystemd.git fix typo in NEWS --- diff --git a/NEWS b/NEWS index 1381c5b2a3c..4bb01dea569 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,7 @@ CHANGES WITH 190: * ConditionPathIsMountPoint= can now properly detect bind mount points too. (Previously, a bind mount of one file - system to another place in the file system could not be + system to another place in the same file system could not be detected as mount, since they shared struct stat's st_dev field.)