summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Umbach <samumbach@gmail.com>2018-10-01 12:07:08 -0400
committerGitHub <noreply@github.com>2018-10-01 12:07:08 -0400
commit1c9c5291b3aac602bcc30968b1757a570d51c955 (patch)
tree0b7b7254f3815fedcc9761143bed4719c93f3b09
parent841408a6809b9703a0ed95f67afe265568799dd7 (diff)
Fix minor typos
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 42e8c69..b8618ae 100644
--- a/README.rst
+++ b/README.rst
@@ -20,8 +20,8 @@ animations that detail some of the concepts and features of smenu.
How to build it?
================
**smenu** can be built on every system where a working ``terminfo``
-development platform is available. This includes every Unix and Unix
-like systems I am aware of.
+development platform is available. This includes every Unix and
+Unix-like system I am aware of.
Please use the provided ``build.sh`` to build the executable. This
script accepts the same arguments as ``configure``, type ``build.sh
@@ -112,7 +112,7 @@ The included testing system is relatively young, please be indulgent.
**IMPORTANT** the testing system has some dependencies, please read the
``test/README.rst`` before going further.
-**WARNING** running all the test by running ``./tests.sh`` in the
+**WARNING** running all the tests by running ``./tests.sh`` in the
``tests`` directory will take some time (around 15 min for now).
**NOTE** on some systems like \*BSD some tests may fail. This can be
@@ -124,7 +124,7 @@ If a test fails for unknown reason, then please send me its directory
name and the relevant ``.bad`` file.
If you are hit by a bug that no test covers, then you can create a new
-test in the ``tests`` directory in a existing or new directory, read the
+test in the ``tests`` directory in an existing or new directory: read the
``tests/README.rst`` file, use an existing test as model, create an
``.in`` file and a ``.tst`` file and send them to me as well as the
produced files.