treewide: fix typo on word environment

This commit is contained in:
Gürkan Gür
2020-07-28 08:00:38 +02:00
parent 7bf0f7301a
commit eb627de968
4 changed files with 4 additions and 4 deletions
@@ -3,7 +3,7 @@
@@ -22,12 +22,7 @@
# opts.Add(BoolOption('qt-mt-lib', 'Flag used to set QT library to either qt-mt or qt. Value of 1 = qt-mt, 0 = qt.', 'yes'))
# setup base environemnt
# setup base environment
-env = Environment(
- ENV = {
- 'PATH' : os.environ[ 'PATH' ],