瀏覽代碼

Merge pull request #538 from google/jtattermusch-patch-1

fix typo in cmake/README.md
Jisi Liu 10 年之前
父節點
當前提交
53c306de19
共有 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
    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.
 4. Choose "Debug" or "Release" configuration as desired.