From 116d326fffe8fdfb770ff8235f762126eef12d82 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 18 Jun 2020 09:15:04 +0200 Subject: [PATCH] NEWS: fix typo Signed-off-by: Giuseppe Scrivano --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 55622f0..52c252d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ * fuse-overlayfs-1.1.0 -- use openat(2) when available. +- use openat2(2) when available. - accept "ro" as mount option. - fix set mtime for a symlink. - fix some issues reported by static analysis.