Skip to content

Commit 3f725c7

Browse files
committed
Fixes spelling
1 parent 651fa8b commit 3f725c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/opentelemetry-proto.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ if(TARGET protobuf::libprotobuf)
203203
# On Windows, protobuf and abseil-cpp are built with C++17 by default, which
204204
# will cause unresolved external symbol of GlobalEmptyStringConstexpr errors
205205
# 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
206+
# between protobuf and proto targets to keep ABI compatibility. But on
207207
# unix-like systems, protobuf and abseil-cpp may be built with C++20 or
208208
# higher, and the default visibility will keep both GlobalEmptyStringConstexpr
209209
# and GlobalEmptyStringDynamicInit in library. If we change the C++ standard

0 commit comments

Comments
 (0)