diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-09-20 22:50:26 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-20 22:50:26 +0200 |
commit | 8d0256b7eb119de92c748cf566257996b02fb506 (patch) | |
tree | 53ff10cac9793ffb018866f3f39539dfb61a0e2a /NEWS | |
parent | 9e5f3dbb1c44df8305c4e69c780998d901c1626d (diff) |
fix typo in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.) |