From 884d22e1b84b423b72a63b8ca13320c5ae33aea4 Mon Sep 17 00:00:00 2001 From: Harry Spink Date: Wed, 28 Jan 2015 21:52:52 +0000 Subject: [PATCH] Fix spelling mistakes --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index b2eb8ac..c6e0824 100644 --- a/README.markdown +++ b/README.markdown @@ -22,7 +22,7 @@ Usage ### Configuration of the connection -To etablish an SSH connection, you must firt define its configuration. +To establish an SSH connection, you must first define its configuration. For that, create a Configuration instance with all the needed parameters. ```php @@ -32,12 +32,12 @@ For that, create a Configuration instance with all the needed parameters. $configuration = new Ssh\Configuration('my-host'); ``` -The availble configration classes are: +The available configuration classes are: - `Configuration` - `SshConfigFileConfiguration` -Both connection configuration and public/private key authetication can be obtained from a ssh config file such as `~/.ssh/config` +Both connection configuration and public/private key authentication can be obtained from a ssh config file such as `~/.ssh/config` ```php