Merge pull request #11 from cvrebert/patch-1

Fix 2 spelling errors in README
This commit is contained in:
Frank Denis
2013-03-06 20:12:09 -08:00
+2 -2
View File
@@ -15,7 +15,7 @@ API-compatible version of NaCl.
In order to pick the fastest working implementation of each primitive,
NaCl performs tests and benchmarks at compile-time. Unfortunately, the
resulting library is not garanteed to work on different hardware.
resulting library is not guaranteed to work on different hardware.
Sodium only ships portable reference implementations.
@@ -28,7 +28,7 @@ including Windows, iOS and Android.
## Installation
Sodium is a shared library with a machine-independant set of
Sodium is a shared library with a machine-independent set of
headers, so that it can easily be used by 3rd party projects.
The library is built using autotools, making it easy to package.