Skip to content

Commit 3abdd84

Browse files
committed
fix a few incorrect typo
Signed-off-by: kjinan <2008kongxiangsheng@163.com>
1 parent d97a003 commit 3abdd84

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

GOVERNANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Two other maintainers need to second the nomination. If no one objects in 5 work
4040
We do not expect anyone to make a permanent commitment to be a Jaeger maintainer forever. After all, circumstances change,
4141
people get new jobs, new interests, and may not be able to continue contributing to the project. At the same time, we need
4242
to keep the list of maintainers current in order to have effective governance. People may be removed from the current list
43-
of maintaners via one of the following ways:
43+
of maintainers via one of the following ways:
4444
* They can resign
4545
* If they stop contributing to the project for a period of 6 months or more
4646
* By a 2/3 majority vote by maintainers

cmd/query/app/flags_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func TestQueryOptionsPortAllocationFromFlags(t *testing.T) {
136136
expectedGRPCHostPort: ports.PortToHostPort(ports.QueryGRPC), // fallback in viper
137137
},
138138
{
139-
// If any one host-port is specified, and TLS is diabled, fallback to ports defined in viper
139+
// If any one host-port is specified, and TLS is disabled, fallback to ports defined in viper
140140
name: "Atleast one dedicated host-port is specified, both GRPC and HTTP TLS disabled",
141141
flagsArray: []string{
142142
"--query.http-server.host-port=127.0.0.1:8081",

model/converter/thrift/jaeger/from_domain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/jaegertracing/jaeger/thrift-gen/jaeger"
2323
)
2424

25-
// FromDomain takes an arrya of model.Span and returns
25+
// FromDomain takes an array of model.Span and returns
2626
// an array of jaeger.Span. If errors are found during
2727
// conversion of tags, then error tags are appended.
2828
func FromDomain(spans []*model.Span) []*jaeger.Span {

model/proto/metrics/otelmetric.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ message Metric {
113113
// https://github.com/open-telemetry/opentelemetry-specification/issues/617
114114

115115
// Data determines the aggregation type (if any) of the metric, what is the
116-
// reported value type for the data points, as well as the relatationship to
116+
// reported value type for the data points, as well as the relationship to
117117
// the time interval over which they are reported.
118118
oneof data {
119119
// IntGauge and IntSum are deprecated and will be removed soon.

0 commit comments

Comments
 (0)