From: Andrew Bartlett Date: Tue, 4 Jul 2017 03:16:57 +0000 (+1200) Subject: WHATSNEW: Fix typo X-Git-Tag: samba-4.7.0rc1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3f5a018614ef48849442091348807a6ddff5a36;p=thirdparty%2Fsamba.git WHATSNEW: Fix typo Signed-off-by: Andrew Bartlett Reviewed-by: Stefan Metzmacher --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index de3d9936e7d..e95490ed26e 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -239,7 +239,7 @@ talloc context (which must be guaranteed to be alive for the lifetime of the module). This allows modules to avoid use of the talloc_autofree_context() (which is inherently thread-unsafe) and still be valgrind-clean on exit. Modules that don't need to -free long-lived data on exist should use the NULL talloc context. +free long-lived data on exit should use the NULL talloc context. Parameter changes -----------------