From e85138fcc8373f925709124f8586a6feecf968d1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 24 Nov 2022 09:28:00 -0500 Subject: Fix various spelling errors Found with codespell. --- mesonbuild/linkers/linkers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/linkers/linkers.py') diff --git a/mesonbuild/linkers/linkers.py b/mesonbuild/linkers/linkers.py index ee7d009..3385dd3 100644 --- a/mesonbuild/linkers/linkers.py +++ b/mesonbuild/linkers/linkers.py @@ -1470,7 +1470,7 @@ class OptlinkDynamicLinker(VisualStudioLikeLinkerMixin, DynamicLinker): def __init__(self, exelist: T.List[str], for_machine: mesonlib.MachineChoice, *, version: str = 'unknown version'): - # Use optlink instead of link so we don't interfer with other link.exe + # Use optlink instead of link so we don't interfere with other link.exe # implementations. super().__init__(exelist, for_machine, '', [], version=version) -- cgit v1.1