From 32249739f813d2c39e981b78ad6f4d682b8db763 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 8 Mar 2016 15:08:26 +0200
Subject: [PATCH] - Spelling corrections.

---
 README.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index 3895229..d9c51b3 100644
--- a/README.rst
+++ b/README.rst
@@ -38,7 +38,7 @@ example:
 
     bundle_certs *.crt > bundle.crt
 
-The outputed bundle is WITHOUT the root (CA) certificate.
+The outputted bundle is WITHOUT the root (CA) certificate.
 
 Shell functions
 ---------------
@@ -60,12 +60,12 @@ Development
 
 To ease development :code:`make clean`, :code:`make lint` and :code:`make test`
 are available. It's recommended to add :code:`make lint`  and :code:`make test`
-to to your Git pre-commit and pre-push hooks accourdingly.
+to to your Git pre-commit and pre-push hooks accordingly.
 
 License
 -------
 
-This software is licnesed under the MIT licese (see the :code:`LICENSE.txt`
+This software is licensed under the MIT license (see the :code:`LICENSE.txt`
 file).
 
 Author Information
-- 
GitLab