Commit cd5eea1bb9983c9d2a974260fa48db9badc1232d

Authored by Julian Raschke
Committed by Stéphane Raimbault
1 parent 1b0f4420

Fix two README.md typos

Showing 1 changed file with 2 additions and 2 deletions
README.md
@@ -26,7 +26,7 @@ QNX and Windows. @@ -26,7 +26,7 @@ QNX and Windows.
26 Installation 26 Installation
27 ------------ 27 ------------
28 28
29 -To instal, just run the usual dance, `./configure && make install` and run 29 +To install, just run the usual dance, `./configure && make install` and run
30 `./autogen.sh` first if the `configure.sh` is not present. 30 `./autogen.sh` first if the `configure.sh` is not present.
31 31
32 If you want to compile with Microsoft Visual Studio, you need to install 32 If you want to compile with Microsoft Visual Studio, you need to install
@@ -39,7 +39,7 @@ Testing @@ -39,7 +39,7 @@ Testing
39 ------- 39 -------
40 40
41 Some tests are provided in *tests* directory, you can freely edit the source 41 Some tests are provided in *tests* directory, you can freely edit the source
42 -code to fit your needs (it's Free Sofware :). 42 +code to fit your needs (it's Free Software :).
43 43
44 See *tests/README* for a description of each program. 44 See *tests/README* for a description of each program.
45 45