From 4ffaf4254cb31e2216cd1b4815ffe822c701daa2 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 6 Mar 2013 19:46:09 -0800 Subject: [PATCH] Fix 2 spelling errors in README --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 63ce6834..7110a517 100644 --- a/README.markdown +++ b/README.markdown @@ -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.