Skip to content

Commit cd33a9a

Browse files
JoeWrightsswenchenglu
authored andcommitted
Fix some typos in comment (#763)
Signed-off-by: zhoulin xie <zhoulin.xie@daocloud.io>
1 parent b2beb75 commit cd33a9a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

mixer/adapter/model/v1beta1/infrastructure_backend.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mixer/adapter/model/v1beta1/infrastructure_backend.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import "google/rpc/status.proto";
3131
// out of process adapter.
3232
//
3333
// `InfrastructureBackend` allows Mixer and the backends to have a session based model. In a session based model, Mixer passes
34-
// the relevant configuration state to the backend only once and estabilshes a session using a session identifier.
34+
// the relevant configuration state to the backend only once and establishes a session using a session identifier.
3535
// All future communications between Mixer and the backend uses the session identifier which refers to the previously
3636
// passed in configuration data.
3737
//
@@ -59,7 +59,7 @@ service InfrastructureBackend {
5959
//
6060
// Backend is allowed to return the same session id if given the same configuration block.
6161
// This would happen when multiple instances of Mixer in a deployment all create sessions with the same configuration.
62-
// Note that given individial instances of Mixer can call `CloseSession`, reusing `session_id` by the backend
62+
// Note that given individual instances of Mixer can call `CloseSession`, reusing `session_id` by the backend
6363
// assumes that the backend is doing reference counting.
6464
//
6565
// If the backend couldn't create a session for a specific handler configuration and

mixer/adapter/model/v1beta1/istio.mixer.adapter.model.v1beta1.pb.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)