aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mcompile.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/mcompile.py')
-rw-r--r--mesonbuild/mcompile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mcompile.py b/mesonbuild/mcompile.py
index 140e88f..16eb82a 100644
--- a/mesonbuild/mcompile.py
+++ b/mesonbuild/mcompile.py
@@ -89,7 +89,7 @@ class ParsedTargetName:
@staticmethod
def _is_valid_type(type: str) -> bool:
- # Ammend docs in Commands.md when editing this list
+ # Amend docs in Commands.md when editing this list
allowed_types = {
'executable',
'static_library',