From 29ee0b8aaf65d0682bdf1ff6633f9226e40cc41e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 8 Mar 2016 15:09:53 +0200 Subject: [PATCH] - Spelling corrections. --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 1a5d6ee..8eb46af 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ Installation Usage ----- -This will generate, inside the new directory, the directory stucture, a starting +This will generate, inside the new directory, the directory structure, a starting configuration for starting work and a new CA key and certificate. :: $ mkdir domain.tld @@ -50,7 +50,7 @@ have a matching certificate under ``certs/`` will be signed when running :: subject=/CN=*.*.smtp.domain.tld Getting CA Private Key -To resign **ALL** existing keys (regardles of existing certificates) :: +To resign **ALL** existing keys (regardless of existing certificates) :: $ ssl-ca resign Signature ok @@ -70,12 +70,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 -- GitLab