aboutsummaryrefslogtreecommitdiff
path: root/test/README
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2017-07-18 00:16:02 +0200
committerDavid Bremner <david@tethera.net>2017-07-18 06:50:44 -0300
commit87bdfbc91f65cb1031ef0ac8a804759f2061ac10 (patch)
tree90054f745f35cc1f6c2fcf3c2cb48a406473fd48 /test/README
parentf0b91832c2d273754e9cf1f2652790f992d0abef (diff)
Fix orthography
Diffstat (limited to 'test/README')
-rw-r--r--test/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/README b/test/README
index f2499bce..8e06f442 100644
--- a/test/README
+++ b/test/README
@@ -26,7 +26,7 @@ that you know if you break anything.
- gpg(1)
- python(1)
-If your system lacks these tools or have older, non-upgreable versions
+If your system lacks these tools or have older, non-upgradable versions
of these, please (possibly compile and) install these to some other
path, for example /usr/local/bin or /opt/gnu/bin. Then prepend the
chosen directory to your PATH before running the tests.
@@ -144,9 +144,9 @@ remaining tests to be unaffected.
Currently we do not consider skipped tests as build failures. For
maximum robustness, when setting up automated build processes, you
-should explicitely skip tests, rather than relying on notmuch's
+should explicitly skip tests, rather than relying on notmuch's
detection of missing prerequisites. In the future we may treat tests
-unable to run because of missing prerequisites, but not explicitely
+unable to run because of missing prerequisites, but not explicitly
skipped by the user, as failures.
Writing Tests