aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-11-26 05:56:25 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-11-26 05:56:25 +0000
commit05f684b4fc65d197e0d1ace6509a5ece30ff9ad2 (patch)
treef203eaa0fec00fe99efcdc2e27372c764ac0e66f
parent49f8d28ef5dad5714b9837e6bace31c454b751b0 (diff)
downloadmeson-05f684b4fc65d197e0d1ace6509a5ece30ff9ad2.zip
meson-05f684b4fc65d197e0d1ace6509a5ece30ff9ad2.tar.gz
meson-05f684b4fc65d197e0d1ace6509a5ece30ff9ad2.tar.bz2
spelling: overwrite
-rw-r--r--mesonbuild/backend/ninjabackend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/backend/ninjabackend.py b/mesonbuild/backend/ninjabackend.py
index 72bad29..bcda603 100644
--- a/mesonbuild/backend/ninjabackend.py
+++ b/mesonbuild/backend/ninjabackend.py
@@ -220,7 +220,7 @@ int dummy;
outfile.write('# Suffix\n\n')
self.generate_utils(outfile)
self.generate_ending(outfile)
- # Only ovewrite the old build file after the new one has been
+ # Only overwrite the old build file after the new one has been
# fully created.
os.replace(tempfilename, outfilename)
self.generate_compdb()