Skip to content

Commit 8a36161

Browse files
committed
Fixes typo
1 parent 82136b6 commit 8a36161

File tree

1 file changed

+1
-1
lines changed
  • api/include/opentelemetry/nostd/internal/absl/base

1 file changed

+1
-1
lines changed

api/include/opentelemetry/nostd/internal/absl/base/options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
// Include a standard library header to allow configuration based on the
7171
// standard library in use.
7272
// Using C++20 feature-test macros when possible, otherwise fall back to
73-
// ciso646/iso646.h.There are warnings when includeing ciso646 in C++17 mode
73+
// ciso646/iso646.h.There are warnings when including ciso646 in C++17 mode
7474
#ifdef __has_include
7575
# if __has_include(<version>)
7676
# include <version>

0 commit comments

Comments
 (0)