summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-08-19 17:54:10 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-11-09 22:44:09 +0000
commit5adf687566be4414d4c007e19f8c4a35e05649e0 (patch)
treea1d2cbdd8a27bb0028db13202e63bc80bc603903
parent6ae99a4701bd5117a182c2e555a0c0a2061254d3 (diff)
README: spelling fixes
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index e18da31..bebc176 100644
--- a/README.txt
+++ b/README.txt
@@ -257,7 +257,7 @@ The following commands build Waffle, run its tests, installs the project and
creates a binary archive in a platform agnostic way.
Note that not all steps may be required in your case and the configuration
-settings (cache) are localed in the current directory as indicated by ".".
+settings (cache) are located in the current directory as indicated by ".".
cmake --build .
cmake --build . --target check
@@ -295,7 +295,7 @@ can use an alternative version of the above commands:
done
Note: Running the tests (`make check` and/or `make check-func`) is not tested
-but may work if the approapriate environment is setup via wine.
+but may work if the appropriate environment is setup via wine.
3.3 Windows - native builds