diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-11-26 06:14:41 +0000 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-11-26 06:14:41 +0000 |
commit | 72ba9302aa836e125afebd4b45036df773f74ff0 (patch) | |
tree | 6d82b6e18842054555574ef9508a2ce72b72a30a /mesonbuild/build.py | |
parent | 7d1a1fd5b0ec4c8d93c3ae6709e59720f881e5c8 (diff) | |
download | meson-72ba9302aa836e125afebd4b45036df773f74ff0.zip meson-72ba9302aa836e125afebd4b45036df773f74ff0.tar.gz meson-72ba9302aa836e125afebd4b45036df773f74ff0.tar.bz2 |
spelling: target
Diffstat (limited to 'mesonbuild/build.py')
-rw-r--r-- | mesonbuild/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/build.py b/mesonbuild/build.py index d38f4d4..8eb95dc 100644 --- a/mesonbuild/build.py +++ b/mesonbuild/build.py @@ -1746,7 +1746,7 @@ class Jar(BuildTarget): class CustomTargetIndex: - """A special opaque object returned by indexing a CustomTaget. This object + """A special opaque object returned by indexing a CustomTarget. This object exists in meson, but acts as a proxy in the backends, making targets depend on the CustomTarget it's derived from, but only adding one source file to the sources. |