Преглед изворни кода

fix typo in cmake/README.md

Jan Tattermusch пре 10 година
родитељ
комит
60161997c8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      cmake/README.md

+ 1 - 1
cmake/README.md

@@ -32,7 +32,7 @@ Compiling and Installing
    If you don't have gmock, skip the build of tests by turning off the
    If you don't have gmock, skip the build of tests by turning off the
    BUILD_TESTING option:
    BUILD_TESTING option:
 
 
-        $ cmake -G "Visutal Studio 9 2008" -DBUILD_TESTING=OFF ..
+        $ cmake -G "Visual Studio 9 2008" -DBUILD_TESTING=OFF ..
 
 
 3. Open the generated protobuf.sln file in Microsoft Visual Studio.
 3. Open the generated protobuf.sln file in Microsoft Visual Studio.
 4. Choose "Debug" or "Release" configuration as desired.
 4. Choose "Debug" or "Release" configuration as desired.