aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mconf.py
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-11-26 17:28:33 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-11-26 17:28:33 +0000
commit4a572434a0277c43ee2fed01c1bc75d8c06a6116 (patch)
tree47fd361cd4582de03251964471a79c9d6409767c /mesonbuild/mconf.py
parenteb2a148218a397836914ccf67d30cf8228796aa4 (diff)
downloadmeson-4a572434a0277c43ee2fed01c1bc75d8c06a6116.zip
meson-4a572434a0277c43ee2fed01c1bc75d8c06a6116.tar.gz
meson-4a572434a0277c43ee2fed01c1bc75d8c06a6116.tar.bz2
spelling: when
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 09b0f12..747b9d1 100644
--- a/mesonbuild/mconf.py
+++ b/mesonbuild/mconf.py
@@ -51,7 +51,7 @@ class Conf:
with open(self.coredata_file, 'wb') as f:
pickle.dump(self.coredata, f)
# We don't write the build file because any changes to it
- # are erased when Meson is executed the next time, i.e. whne
+ # are erased when Meson is executed the next time, i.e. when
# Ninja is run.
def print_aligned(self, arr):