Browse Source

Fix typo of a message in CMakeLists.txt

Twice 3 years ago
parent
commit
63e3ede6d2
1 changed files with 1 additions and 1 deletions
  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})