diff options
| author | Antonin Décimo <antonin.decimo@gmail.com> | 2021-01-12 22:15:42 +0100 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2021-01-13 12:53:10 -0500 |
| commit | 39ede12aa5b27376341df85bc9ec254913f044bd (patch) | |
| tree | d079bfefe3a9010dd7d7a57dfe207d9b6532b8e8 /mesonbuild/compilers/mixins/clike.py | |
| parent | ccb15bc0e988f4e90b67606eaad9443c7ccac918 (diff) | |
| download | meson-39ede12aa5b27376341df85bc9ec254913f044bd.tar.gz | |
Fix misspells
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com>
Diffstat (limited to 'mesonbuild/compilers/mixins/clike.py')
| -rw-r--r-- | mesonbuild/compilers/mixins/clike.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mesonbuild/compilers/mixins/clike.py b/mesonbuild/compilers/mixins/clike.py index 3288c00f9..ad3bfae21 100644 --- a/mesonbuild/compilers/mixins/clike.py +++ b/mesonbuild/compilers/mixins/clike.py @@ -236,7 +236,7 @@ class CLikeCompiler(Compiler): retval.append(d) # at this point, it's an ELF file which doesn't match the # appropriate elf_class, so skip this one - # stop scanning after the first sucessful read + # stop scanning after the first successful read break except OSError: # Skip the file if we can't read it @@ -1271,7 +1271,7 @@ class CLikeCompiler(Compiler): def get_has_func_attribute_extra_args(self, name: str) -> T.List[str]: # Most compilers (such as GCC and Clang) only warn about unknown or - # ignored attributes, so force an error. Overriden in GCC and Clang + # ignored attributes, so force an error. Overridden in GCC and Clang # mixins. return ['-Werror'] |
