Skip to content

Commit

Permalink
fix a few incorrect typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kjinan committed May 20, 2021
1 parent d97a003 commit ff7a650
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/query/app/flags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion model/converter/thrift/jaeger/from_domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion model/proto/metrics/otelmetric.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ff7a650

Please sign in to comment.