WHATSNEW: Fix typo
authorAndrew Bartlett <abartlet@samba.org>
Tue, 4 Jul 2017 03:16:57 +0000 (15:16 +1200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 4 Jul 2017 11:11:16 +0000 (13:11 +0200)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
WHATSNEW.txt

index de3d9936e7d96e23c7a1eae46debb0609079adb0..e95490ed26e567409e482a2f954d3b6e636a0ed0 100644 (file)
@@ -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
 -----------------