aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/mconf.py')
-rw-r--r--mesonbuild/mconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mconf.py b/mesonbuild/mconf.py
index 94393d1..cadc1f5 100644
--- a/mesonbuild/mconf.py
+++ b/mesonbuild/mconf.py
@@ -62,7 +62,7 @@ class Conf:
self.source_dir = os.path.abspath(os.path.realpath(self.build_dir))
intr = mintro.IntrospectionInterpreter(self.source_dir, '', 'ninja', visitors = [AstIDGenerator()])
intr.analyze()
- # Reenable logging just in case
+ # Re-enable logging just in case
mlog.enable()
self.coredata = intr.coredata
self.default_values_only = True