소스 검색

Fix typo of a message in CMakeLists.txt

Twice 3 년 전
부모
커밋
63e3ede6d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -378,7 +378,7 @@ file(GLOB_RECURSE BRPC_SOURCES "${PROJECT_SOURCE_DIR}/src/brpc/*.cpp")
 file(GLOB_RECURSE THRIFT_SOURCES "${PROJECT_SOURCE_DIR}/src/brpc/thrift*.cpp")
 
 if(WITH_THRIFT)
-    message("brpc compile with thrift proctol")
+    message("brpc compile with thrift protocol")
 else()
     # Remove thrift sources
     foreach(v ${THRIFT_SOURCES})