chiark / gitweb /
fix typo in NEWS
authorLennart Poettering <lennart@poettering.net>
Thu, 20 Sep 2012 20:50:26 +0000 (22:50 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 20 Sep 2012 20:50:26 +0000 (22:50 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 1381c5b2a3c93b3240493dc62556f9036dd99c9e..4bb01dea5692b7f338150598faf1f3006b718c57 100644 (file)
--- 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.)