diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-05-20 14:45:16 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-05-20 14:45:16 -0700 |
commit | 3f6ffcd26d9b489e8f6248aa3a3d3d882c8502f0 (patch) | |
tree | 599097620cc432f9da21d1dc76cf9b1159a7dc86 | |
parent | 3912e7bde3b3d5b3f10be52154b4a7d7dd8e6cfa (diff) | |
parent | 488521427f944395f38e54510b0ae6891f1c5dba (diff) |
Merge pull request #19 from pierrejoye/master
winbuild: typo in docs
-rw-r--r-- | winbuild/BUILD.WINDOWS.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winbuild/BUILD.WINDOWS.txt b/winbuild/BUILD.WINDOWS.txt index 488faeb40..7d68110bd 100644 --- a/winbuild/BUILD.WINDOWS.txt +++ b/winbuild/BUILD.WINDOWS.txt @@ -41,7 +41,7 @@ Open a Visual Studio Command prompt or the SDK CMD shell. Everything is already pre-configured by calling one of the command
prompt.
-Once you are in the consonle, go to the winbuild directory in the Curl
+Once you are in the console, go to the winbuild directory in the Curl
sources:
cd curl-src\winbuild
|