1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 18:15:18 -07:00

Fix 2 spelling errors in README

This commit is contained in:
Chris Rebert 2013-03-06 19:46:09 -08:00
parent c595edd85e
commit 4ffaf4254c

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.