summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-07-04 15:16:57 +1200
committerKarolin Seeger <kseeger@samba.org>2017-07-04 13:11:16 +0200
commitd3f5a018614ef48849442091348807a6ddff5a36 (patch)
treed30281abfb1668c8346388387a83d0bd08332093 /WHATSNEW.txt
parent04e3031192c8cf46454a94c18756466eafc75ee6 (diff)
downloadsamba-d3f5a018614ef48849442091348807a6ddff5a36.tar.gz
WHATSNEW: Fix typo
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt2
1 files changed, 1 insertions, 1 deletions
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
-----------------