From a5020857f31ad6d03bc7c0019551cc28b9e5aad5 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 1 Oct 2021 00:03:23 +0200 Subject: Fix typos discovered by codespell --- mesonbuild/compilers/compilers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/compilers/compilers.py') diff --git a/mesonbuild/compilers/compilers.py b/mesonbuild/compilers/compilers.py index dfa551d..a994fdb 100644 --- a/mesonbuild/compilers/compilers.py +++ b/mesonbuild/compilers/compilers.py @@ -1108,7 +1108,7 @@ class Compiler(HoldableObject, metaclass=abc.ABCMeta): def sanity_check(self, work_dir: str, environment: 'Environment') -> None: """Check that this compiler actually works. - This should provide a simple compile/link test. Somthing as simple as: + This should provide a simple compile/link test. Something as simple as: ```python main(): return 0 ``` -- cgit v1.1