From 001e5eabf3ea0193ef9343c1b9a057d23d583d7c Mon Sep 17 00:00:00 2001 From: Georg Pirklbauer Date: Mon, 8 Aug 2022 23:44:23 +0200 Subject: [PATCH] fix a tiny typo and reflow (#421) --- opentelemetry/proto/trace/v1/trace.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opentelemetry/proto/trace/v1/trace.proto b/opentelemetry/proto/trace/v1/trace.proto index b41b48b97..590355074 100644 --- a/opentelemetry/proto/trace/v1/trace.proto +++ b/opentelemetry/proto/trace/v1/trace.proto @@ -268,8 +268,8 @@ message Status { enum StatusCode { // The default status. STATUS_CODE_UNSET = 0; - // The Span has been validated by an Application developers or Operator to have - // completed successfully. + // The Span has been validated by an Application developer or Operator to + // have completed successfully. STATUS_CODE_OK = 1; // The Span contains an error. STATUS_CODE_ERROR = 2;