summaryrefslogtreecommitdiff
path: root/mesonbuild/interpreterbase/operator.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/interpreterbase/operator.py')
-rw-r--r--mesonbuild/interpreterbase/operator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/interpreterbase/operator.py b/mesonbuild/interpreterbase/operator.py
index cfaddc7e7..5dec8d0a8 100644
--- a/mesonbuild/interpreterbase/operator.py
+++ b/mesonbuild/interpreterbase/operator.py
@@ -18,7 +18,7 @@ class MesonOperator(Enum):
# Should return the boolsche interpretation of the value (`'' == false` for instance)
BOOL = 'bool()'
- # Comparision
+ # Comparison
EQUALS = '=='
NOT_EQUALS = '!='
GREATER = '>'