diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-11-29 04:28:36 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-12-04 00:34:54 +0530 |
commit | 24be8b847443282c3f675266f3e63f2f1e1c9e90 (patch) | |
tree | d71763b7672793d86cd1f8f719efe1e9e6d906e4 /mesonbuild/compilers.py | |
parent | ae8c4f5a3078ad74d9d05eeddeb9c726b83863b8 (diff) | |
download | meson-24be8b847443282c3f675266f3e63f2f1e1c9e90.zip meson-24be8b847443282c3f675266f3e63f2f1e1c9e90.tar.gz meson-24be8b847443282c3f675266f3e63f2f1e1c9e90.tar.bz2 |
compilers.py: Fix typo in function documentation
Diffstat (limited to 'mesonbuild/compilers.py')
-rw-r--r-- | mesonbuild/compilers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/compilers.py b/mesonbuild/compilers.py index ef37226..2534a47 100644 --- a/mesonbuild/compilers.py +++ b/mesonbuild/compilers.py @@ -707,7 +707,7 @@ int main () {{ @staticmethod def _override_args(args, override): ''' - Add @override to @args in such a way that arguments are overrided + Add @override to @args in such a way that arguments are overriden correctly. We want the include directories to be added first (since they are |