diff options
Diffstat (limited to 'mesonbuild/scripts')
| -rwxr-xr-x | mesonbuild/scripts/cmake_run_ctgt.py | 2 | ||||
| -rw-r--r-- | mesonbuild/scripts/depfixer.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mesonbuild/scripts/cmake_run_ctgt.py b/mesonbuild/scripts/cmake_run_ctgt.py index a788ba597..755530a68 100755 --- a/mesonbuild/scripts/cmake_run_ctgt.py +++ b/mesonbuild/scripts/cmake_run_ctgt.py @@ -35,7 +35,7 @@ def run(argsv: T.List[str]) -> int: commands += [[]] continue - i = i.replace('"', '') # Remove lefover quotes + i = i.replace('"', '') # Remove leftover quotes commands[-1] += [i] # Execute diff --git a/mesonbuild/scripts/depfixer.py b/mesonbuild/scripts/depfixer.py index ae18594b7..b9c58fee5 100644 --- a/mesonbuild/scripts/depfixer.py +++ b/mesonbuild/scripts/depfixer.py @@ -350,7 +350,7 @@ class Elf(DataSizes): sys.exit(msg) # The linker does read-only string deduplication. If there is a # string that shares a suffix with the rpath, they might get - # dedupped. This means changing the rpath string might break something + # deduped. This means changing the rpath string might break something # completely unrelated. This has already happened once with X.org. # Thus we want to keep this change as small as possible to minimize # the chance of obliterating other strings. It might still happen |
