summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HACKING/testing.md4
-rw-r--r--INSTALL2
2 files changed, 3 insertions, 3 deletions
diff --git a/HACKING/testing.md b/HACKING/testing.md
index be74201..bc2754a 100644
--- a/HACKING/testing.md
+++ b/HACKING/testing.md
@@ -4,9 +4,9 @@ Testing
Please write unit tests for new things. Tests can be run with `make check`,
which just runs `./testenv bats cases` in the `test/` directory. You will need
the `bats` tool (the `bats` Parabola package) in order to run the tests.
-`./testenv` can be given `--no-network` and/or `--no-sudo` to dissable tests
+`./testenv` can be given `--no-network` and/or `--no-sudo` to disable tests
which require those things. You can also pass them to make as `TESTENVFLAGS`.
-If you don't dissable either, I *strongly* recommend setting TMPDIR to somewhere
+If you don't disable either, I *strongly* recommend setting TMPDIR to somewhere
on a btrfs partition before running the tests; otherwise the chroot tests will
take forever. I mean, they already take long on btrfs, but without it... _dang_.
diff --git a/INSTALL b/INSTALL
index 51eaede..5b70654 100644
--- a/INSTALL
+++ b/INSTALL
@@ -90,7 +90,7 @@ Additionally, the following per-subpackage dependencies are needed:
| GNU Make | 'make' | used by `librefetch` |
| pacman >= v5.0 | 'base' | used by `libremakepkg`->`makepkg` |
| pacman-contrib | 'pacman-contrib' | used by `librefetch`->`updpkgsums` |
-| namcap | 'namcap' | used by `libremakepkg` (currently dissabled) |
+| namcap | 'namcap' | used by `libremakepkg` (currently disabled) |
| rsync | 'rsync' | used by `librerelease`,`makechrootpkg.sh` |
| ssh client | 'openssh' | used by `librerelease` |
| subversion | 'subversion' | used by `diff-unfree` |