aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2014-01-19 02:18:24 +0000
committerJörg Mayer <jmayer@loplof.de>2014-01-19 02:18:24 +0000
commit113c6d5f55b3aad3d6b9061adea3ba40f15bc185 (patch)
tree927100da5b9ad9ee23af39cda32e4b376fb58a32 /README.cmake
parent88a205d5e6e8d372130b2562716026a9d0b1f509 (diff)
Fix a typo
svn path=/trunk/; revision=54842
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.cmake b/README.cmake
index 571b6e8b7e..24eb8af04e 100644
--- a/README.cmake
+++ b/README.cmake
@@ -66,7 +66,7 @@ How to do out of tree build (Win32/64):
1d) In case you want to use Visual Studio, make sure that the paths
to python and cygwin are available to GUI applications.
2) Install cmake
-2a) Build the zblib library, e.g.
+2a) Build the zlib library, e.g.
cd %WIRESHARK_BASE_DIR%\wireshark-%WIRESHARK_TARGET_PLATFORM%-libs\zlib125
cmake -G "NMake Makefiles" . # msbuild will not do because of configuration path
cmake --build .