diff options
Diffstat (limited to 'manual tests')
| -rw-r--r-- | manual tests/12 wrap mirror/meson.build | 2 | ||||
| -rw-r--r-- | manual tests/3 git wrap/meson.build | 2 | ||||
| -rw-r--r-- | manual tests/4 standalone binaries/readme.txt | 2 | ||||
| -rw-r--r-- | manual tests/6 hg wrap/meson.build | 2 |
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 6645bdf26..d29957728 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 7fd5083ee..14b06714e 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 b689779af..39d21f3c6 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 c7ac004ca..d0e7550a5 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') |
