aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/build.py
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-11-26 05:55:40 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-11-26 05:55:40 +0000
commit49f8d28ef5dad5714b9837e6bace31c454b751b0 (patch)
tree636568fe5f799c2bcf3ebbba776483a42b81efca /mesonbuild/build.py
parent9dd4f047af292af8f46558d52fb1bcee74207553 (diff)
downloadmeson-49f8d28ef5dad5714b9837e6bace31c454b751b0.zip
meson-49f8d28ef5dad5714b9837e6bace31c454b751b0.tar.gz
meson-49f8d28ef5dad5714b9837e6bace31c454b751b0.tar.bz2
spelling: overridden
Diffstat (limited to 'mesonbuild/build.py')
-rw-r--r--mesonbuild/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/build.py b/mesonbuild/build.py
index 5f552c2..d38f4d4 100644
--- a/mesonbuild/build.py
+++ b/mesonbuild/build.py
@@ -1137,7 +1137,7 @@ class GeneratedList:
class Executable(BuildTarget):
def __init__(self, name, subdir, subproject, is_cross, sources, objects, environment, kwargs):
super().__init__(name, subdir, subproject, is_cross, sources, objects, environment, kwargs)
- # Unless overriden, executables have no suffix or prefix. Except on
+ # Unless overridden, executables have no suffix or prefix. Except on
# Windows and with C#/Mono executables where the suffix is 'exe'
if not hasattr(self, 'prefix'):
self.prefix = ''