compilers.py: Fix typo in function documentation

pull/1108/head
Nirbheek Chauhan 8 years ago
parent ae8c4f5a30
commit 24be8b8474
  1. 2
      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

Loading…
Cancel
Save