diff --git a/api/include/opentelemetry/metrics/meter.h b/api/include/opentelemetry/metrics/meter.h index 8784fe788e..ced5890310 100644 --- a/api/include/opentelemetry/metrics/meter.h +++ b/api/include/opentelemetry/metrics/meter.h @@ -92,7 +92,7 @@ class Meter nostd::string_view unit = "") noexcept = 0; /** - * Creates a Asynchronouse (Observable) Gauge with the passed characteristics and returns a + * Creates a Asynchronous (Observable) Gauge with the passed characteristics and returns a * shared_ptr to that Observable Gauge * * @param name the name of the new Observable Gauge. @@ -129,7 +129,7 @@ class Meter nostd::string_view unit = "") noexcept = 0; /** - * Creates a Asynchronouse (Observable) UpDownCounter with the passed characteristics and returns + * Creates a Asynchronous (Observable) UpDownCounter with the passed characteristics and returns * a shared_ptr to that Observable UpDownCounter * * @param name the name of the new Observable UpDownCounter.