Quellcode durchsuchen

Fix typo of a message in CMakeLists.txt

Twice vor 3 Jahren
Ursprung
Commit
63e3ede6d2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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})