diff options
| author | Florian Gilcher <[email protected]> | 2018-04-05 11:20:22 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-04-05 11:20:22 +0200 |
| commit | fd19f49d7bd29dba0ca39cc75f1480034c86232a (patch) | |
| tree | 9208a550f1de5907c4936bf355f5be4a70f8d502 /README.md | |
| parent | Merge pull request #893 from bkchr/fix_private_key_from_der (diff) | |
| download | rust-openssl-fd19f49d7bd29dba0ca39cc75f1480034c86232a.tar.xz rust-openssl-fd19f49d7bd29dba0ca39cc75f1480034c86232a.zip | |
Fix minor typo
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ cargo build ``` For more information see the vcpkg build helper [documentation](http://docs.rs/vcpkg). -To finsh setting up OpenSSL you will need to [install root certificates.](#acquiring-root-certificates) +To finish setting up OpenSSL you will need to [install root certificates.](#acquiring-root-certificates) #### Acquiring Root Certificates |