From 24be8b847443282c3f675266f3e63f2f1e1c9e90 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Tue, 29 Nov 2016 04:28:36 +0530 Subject: [PATCH] compilers.py: Fix typo in function documentation --- mesonbuild/compilers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesonbuild/compilers.py b/mesonbuild/compilers.py index ef37226a8..2534a47fb 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