diff options
Diffstat (limited to 'mesonbuild/compilers/mixins/emscripten.py')
-rw-r--r-- | mesonbuild/compilers/mixins/emscripten.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/compilers/mixins/emscripten.py b/mesonbuild/compilers/mixins/emscripten.py index 4797cbcc1..98513e516 100644 --- a/mesonbuild/compilers/mixins/emscripten.py +++ b/mesonbuild/compilers/mixins/emscripten.py @@ -37,7 +37,7 @@ class EmscriptenMixin: if mode == 'preprocess': return None # Unlike sane toolchains, emcc infers the kind of output from its name. - # This is the only reason why this method is overriden; compiler tests + # This is the only reason why this method is overridden; compiler tests # do not work well with the default exe/obj suffices. if mode == 'link': suffix = 'js' |