We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651fa8b commit 3f725c7Copy full SHA for 3f725c7
cmake/opentelemetry-proto.cmake
@@ -203,7 +203,7 @@ if(TARGET protobuf::libprotobuf)
203
# On Windows, protobuf and abseil-cpp are built with C++17 by default, which
204
# will cause unresolved external symbol of GlobalEmptyStringConstexpr errors
205
# when proto is built with C++20 or higher. We need to align the C++ standard
206
- # between protobuf and proto targets to keep ABI compatiblity. But on
+ # between protobuf and proto targets to keep ABI compatibility. But on
207
# unix-like systems, protobuf and abseil-cpp may be built with C++20 or
208
# higher, and the default visibility will keep both GlobalEmptyStringConstexpr
209
# and GlobalEmptyStringDynamicInit in library. If we change the C++ standard
0 commit comments