summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2019-01-22 11:18:20 +0100
committerKarolin Seeger <kseeger@samba.org>2019-02-05 20:41:24 +0100
commit94aff506747acdc98582ca6426d34a68090077d3 (patch)
treeffd7576d4d93e510bbd910bf6381aeebfbd75a22 /WHATSNEW.txt
parent9859cc5c1b052180435c1e11a89023726698f51c (diff)
downloadsamba-94aff506747acdc98582ca6426d34a68090077d3.tar.gz
WHATSNEW: fix typo.
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>
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 e4f33e428bf..bed631c5eaa 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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'