aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-11-26 05:23:23 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-11-26 05:23:23 +0000
commit791494e143c2b214f0c9ea6fd7ef120fdd52db8b (patch)
treef45b5a8540a7edae9246a0c2b7eddc6964986aad
parent47bacd40e0f74d96c599d1d3394411f9332e5e75 (diff)
downloadmeson-791494e143c2b214f0c9ea6fd7ef120fdd52db8b.zip
meson-791494e143c2b214f0c9ea6fd7ef120fdd52db8b.tar.gz
meson-791494e143c2b214f0c9ea6fd7ef120fdd52db8b.tar.bz2
spelling: dependency
-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 cea1b08..6eb8e13 100644
--- a/mesonbuild/backend/ninjabackend.py
+++ b/mesonbuild/backend/ninjabackend.py
@@ -2236,7 +2236,7 @@ rule FORTRAN_DEP_HACK
# Fortran is a bit weird (again). When you link against a library, just compiling a source file
# requires the mod files that are output when single files are built. To do this right we would need to
# scan all inputs and write out explicit deps for each file. That is stoo slow and too much effort so
- # instead just have an ordered dependendy on the library. This ensures all required mod files are created.
+ # instead just have an ordered dependency on the library. This ensures all required mod files are created.
# The real deps are then detected via dep file generation from the compiler. This breaks on compilers that
# produce incorrect dep files but such is life.
def get_fortran_orderdeps(self, target, compiler):