From 3abdd84728757975178e69f2a0e280652d7283da Mon Sep 17 00:00:00 2001 From: kjinan <2008kongxiangsheng@163.com> Date: Thu, 20 May 2021 14:19:42 +0800 Subject: [PATCH] fix a few incorrect typo Signed-off-by: kjinan <2008kongxiangsheng@163.com> --- GOVERNANCE.md | 2 +- cmd/query/app/flags_test.go | 2 +- model/converter/thrift/jaeger/from_domain.go | 2 +- model/proto/metrics/otelmetric.proto | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GOVERNANCE.md b/GOVERNANCE.md index e13c6801814..70193eb21d7 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -40,7 +40,7 @@ Two other maintainers need to second the nomination. If no one objects in 5 work We do not expect anyone to make a permanent commitment to be a Jaeger maintainer forever. After all, circumstances change, people get new jobs, new interests, and may not be able to continue contributing to the project. At the same time, we need to keep the list of maintainers current in order to have effective governance. People may be removed from the current list -of maintaners via one of the following ways: +of maintainers via one of the following ways: * They can resign * If they stop contributing to the project for a period of 6 months or more * By a 2/3 majority vote by maintainers diff --git a/cmd/query/app/flags_test.go b/cmd/query/app/flags_test.go index 30c717c7712..ca3e3d3c7c4 100644 --- a/cmd/query/app/flags_test.go +++ b/cmd/query/app/flags_test.go @@ -136,7 +136,7 @@ func TestQueryOptionsPortAllocationFromFlags(t *testing.T) { expectedGRPCHostPort: ports.PortToHostPort(ports.QueryGRPC), // fallback in viper }, { - // If any one host-port is specified, and TLS is diabled, fallback to ports defined in viper + // If any one host-port is specified, and TLS is disabled, fallback to ports defined in viper name: "Atleast one dedicated host-port is specified, both GRPC and HTTP TLS disabled", flagsArray: []string{ "--query.http-server.host-port=127.0.0.1:8081", diff --git a/model/converter/thrift/jaeger/from_domain.go b/model/converter/thrift/jaeger/from_domain.go index 8b3119312cc..8ae83e02c57 100644 --- a/model/converter/thrift/jaeger/from_domain.go +++ b/model/converter/thrift/jaeger/from_domain.go @@ -22,7 +22,7 @@ import ( "github.com/jaegertracing/jaeger/thrift-gen/jaeger" ) -// FromDomain takes an arrya of model.Span and returns +// FromDomain takes an array of model.Span and returns // an array of jaeger.Span. If errors are found during // conversion of tags, then error tags are appended. func FromDomain(spans []*model.Span) []*jaeger.Span { diff --git a/model/proto/metrics/otelmetric.proto b/model/proto/metrics/otelmetric.proto index 1a29338258a..35ad6733f13 100644 --- a/model/proto/metrics/otelmetric.proto +++ b/model/proto/metrics/otelmetric.proto @@ -113,7 +113,7 @@ message Metric { // https://github.com/open-telemetry/opentelemetry-specification/issues/617 // Data determines the aggregation type (if any) of the metric, what is the - // reported value type for the data points, as well as the relatationship to + // reported value type for the data points, as well as the relationship to // the time interval over which they are reported. oneof data { // IntGauge and IntSum are deprecated and will be removed soon.