diff options
Diffstat (limited to 'mesonbuild/scripts/depscan.py')
-rw-r--r-- | mesonbuild/scripts/depscan.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/scripts/depscan.py b/mesonbuild/scripts/depscan.py index 9fffb11..df7df48 100644 --- a/mesonbuild/scripts/depscan.py +++ b/mesonbuild/scripts/depscan.py @@ -164,7 +164,7 @@ class DependencyScanner: if modname not in self.provided_by: # Nothing provides this module, we assume that it # comes from a dependency library somewhere and is - # already built by the time this complation starts. + # already built by the time this compilation starts. pass else: mods_and_submods_needed.append(modname) |