diff options
author | Brent Cook <busterb@gmail.com> | 2020-10-06 19:41:41 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2020-10-06 19:41:41 -0500 |
commit | 5f91555e80213e9f66f1ed1c23d8a878769d29bf (patch) | |
tree | 89cbae26833c842c8480d060c0294d95837d4391 | |
parent | db8b30ae510793c65681d8786f94669e40d821a1 (diff) | |
parent | 59b6d1da6c6c90a289a8396d6a79ad4b4da824f1 (diff) | |
download | portable-5f91555e80213e9f66f1ed1c23d8a878769d29bf.tar.gz portable-5f91555e80213e9f66f1ed1c23d8a878769d29bf.tar.bz2 portable-5f91555e80213e9f66f1ed1c23d8a878769d29bf.zip |
Land #625, fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ directory and run: | |||
134 | cmake -G"Visual Studio 12 2013" .. | 134 | cmake -G"Visual Studio 12 2013" .. |
135 | ``` | 135 | ``` |
136 | 136 | ||
137 | Replace "Visual Studion 12 2013" with whatever version of Visual Studio you | 137 | Replace "Visual Studio 12 2013" with whatever version of Visual Studio you |
138 | have installed. This will generate a LibreSSL.sln file that you can incorporate | 138 | have installed. This will generate a LibreSSL.sln file that you can incorporate |
139 | into other projects or build by itself. | 139 | into other projects or build by itself. |
140 | 140 | ||