Skip to content

Commit 3387c69

Browse files
committed
Merge pull request #41 from putsh/master
Fix spelling mistakes in readme
2 parents 9831529 + 9a864cc commit 3387c69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Usage
2222

2323
### Configuration of the connection
2424

25-
To etablish an SSH connection, you must firt define its configuration.
25+
To establish an SSH connection, you must first define its configuration.
2626
For that, create a Configuration instance with all the needed parameters.
2727

2828
```php
@@ -32,12 +32,12 @@ For that, create a Configuration instance with all the needed parameters.
3232
$configuration = new Ssh\Configuration('my-host');
3333
```
3434

35-
The availble configration classes are:
35+
The available configuration classes are:
3636

3737
- `Configuration`
3838
- `SshConfigFileConfiguration`
3939

40-
Both connection configuration and public/private key authetication can be obtained from a ssh config file such as `~/.ssh/config`
40+
Both connection configuration and public/private key authentication can be obtained from a ssh config file such as `~/.ssh/config`
4141

4242
```php
4343
<?php
@@ -115,7 +115,7 @@ See the `Ssh\Sftp` class for more details on the available methods.
115115

116116
#### Publickey
117117

118-
The session provides also the `getPublickey()` method to access the publickey subsystem:
118+
The session also provides the `getPublickey()` method to access the publickey subsystem:
119119

120120
```php
121121
<?php

0 commit comments

Comments
 (0)