aboutsummaryrefslogtreecommitdiff
path: root/manual tests
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2023-04-11 16:04:17 -0400
committerEli Schwartz <eschwartz93@gmail.com>2023-04-11 19:21:05 -0400
commitcf9fd56bc905a2022ad48c93d25b5a73b57c8802 (patch)
treea6858f0e790f801f49d8d4f161e9183deaf90e20 /manual tests
parente238b81ba0b89faa19b512d1e78de00dad1488ce (diff)
downloadmeson-cf9fd56bc905a2022ad48c93d25b5a73b57c8802.zip
meson-cf9fd56bc905a2022ad48c93d25b5a73b57c8802.tar.gz
meson-cf9fd56bc905a2022ad48c93d25b5a73b57c8802.tar.bz2
fix various spelling issues
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to 'manual tests')
-rw-r--r--manual tests/12 wrap mirror/meson.build2
-rw-r--r--manual tests/3 git wrap/meson.build2
-rw-r--r--manual tests/4 standalone binaries/readme.txt2
-rw-r--r--manual tests/6 hg wrap/meson.build2
4 files changed, 4 insertions, 4 deletions
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')