From cf9fd56bc905a2022ad48c93d25b5a73b57c8802 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 11 Apr 2023 16:04:17 -0400 Subject: fix various spelling issues Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- manual tests/12 wrap mirror/meson.build | 2 +- manual tests/3 git wrap/meson.build | 2 +- manual tests/4 standalone binaries/readme.txt | 2 +- manual tests/6 hg wrap/meson.build | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'manual tests') diff --git a/manual tests/12 wrap mirror/meson.build b/manual tests/12 wrap mirror/meson.build index 6645bdf..d299577 100644 --- a/manual tests/12 wrap mirror/meson.build +++ b/manual tests/12 wrap mirror/meson.build @@ -1,4 +1,4 @@ project('downloader') -# this test will timeout, showing that a subdomain isn't caught as masquarading url +# this test will timeout, showing that a subdomain isn't caught as masquerading url subproject('zlib') diff --git a/manual tests/3 git wrap/meson.build b/manual tests/3 git wrap/meson.build index 7fd5083..14b0671 100644 --- a/manual tests/3 git wrap/meson.build +++ b/manual tests/3 git wrap/meson.build @@ -1,4 +1,4 @@ -project('git outcheckker', 'c') +project('git outchecker', 'c') sp = subproject('samplesubproject') diff --git a/manual tests/4 standalone binaries/readme.txt b/manual tests/4 standalone binaries/readme.txt index b689779..39d21f3 100644 --- a/manual tests/4 standalone binaries/readme.txt +++ b/manual tests/4 standalone binaries/readme.txt @@ -1,5 +1,5 @@ This directory shows how you can build redistributable binaries. On -OSX this menans building an app bundle and a .dmg installer. On Linux +OSX this means building an app bundle and a .dmg installer. On Linux it means building an archive that bundles its dependencies. On Windows it means building an .exe installer. diff --git a/manual tests/6 hg wrap/meson.build b/manual tests/6 hg wrap/meson.build index c7ac004..d0e7550 100644 --- a/manual tests/6 hg wrap/meson.build +++ b/manual tests/6 hg wrap/meson.build @@ -1,4 +1,4 @@ -project('Mercurial outcheckker', 'c') +project('Mercurial outchecker', 'c') sp = subproject('samplesubproject') -- cgit v1.1