summaryrefslogtreecommitdiff
path: root/third_party/waf/waflib/extras/fc_nec.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/waf/waflib/extras/fc_nec.py')
-rw-r--r--third_party/waf/waflib/extras/fc_nec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/waf/waflib/extras/fc_nec.py b/third_party/waf/waflib/extras/fc_nec.py
index 4b70f3dcccd..67c86808985 100644
--- a/third_party/waf/waflib/extras/fc_nec.py
+++ b/third_party/waf/waflib/extras/fc_nec.py
@@ -20,7 +20,7 @@ def find_sxfc(conf):
@conf
def sxfc_flags(conf):
v = conf.env
- v['_FCMODOUTFLAGS'] = [] # enable module files and put them in the current directoy
+ v['_FCMODOUTFLAGS'] = [] # enable module files and put them in the current directory
v['FCFLAGS_DEBUG'] = [] # more verbose compiler warnings
v['FCFLAGS_fcshlib'] = []
v['LINKFLAGS_fcshlib'] = []