summaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2024-03-14 08:30:53 +0100
committerXavier Claessens <xclaesse@gmail.com>2024-03-14 06:27:53 -0400
commitbc91eb581407fec0aaf798782823121479b95276 (patch)
tree4102b2ea6daefa8501110925bd180597b850816d /mesonbuild
parent0b7b4a3d9e41901b000074e903ad0bb8a299785c (diff)
downloadmeson-bc91eb581407fec0aaf798782823121479b95276.tar.gz
interpreterobjects.py: fix a typo
Use a capital letter at the beginning of a sentence.
Diffstat (limited to 'mesonbuild')
-rw-r--r--mesonbuild/interpreter/interpreterobjects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/interpreter/interpreterobjects.py b/mesonbuild/interpreter/interpreterobjects.py
index 28e7170c9..5f712a573 100644
--- a/mesonbuild/interpreter/interpreterobjects.py
+++ b/mesonbuild/interpreter/interpreterobjects.py
@@ -379,7 +379,7 @@ class ConfigurationDataHolder(ObjectHolder[build.ConfigurationData], MutableInte
# We already have typed_pos_args checking that this is either a bool or
# an int.
if not isinstance(args[1], bool):
- mlog.deprecation('configuration_data.set10 with number. the `set10` '
+ mlog.deprecation('configuration_data.set10 with number. The `set10` '
'method should only be used with booleans',
location=self.interpreter.current_node)
if args[1] < 0: