WHATSNEW: fix typo.
authorGünther Deschner <gd@samba.org>
Tue, 22 Jan 2019 10:18:20 +0000 (11:18 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 5 Feb 2019 19:41:24 +0000 (20:41 +0100)
Guenther

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13757

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
WHATSNEW.txt

index e4f33e428bf7fe4ccbd305fd9fdcd35f115f9062..bed631c5eaaefa469ca6ce360c1680315607e646 100644 (file)
@@ -94,7 +94,7 @@ e.g. '--extra-python=/usr/bin/python2'. It should be noted that support for
 this option will be deprecated in a future release.
 
 What if I need to build with python2? To build with python2 you *must* set
-the 'PYTHON' environent variable to override the python3 default for both
+the 'PYTHON' environment variable to override the python3 default for both
 'configure' and 'make' steps.
 
    'PYTHON=python2 ./configure.developer'