Skip to content

Commit 4f95473

Browse files
committed
Fix spelling mistakes
1 parent 78ca1e0 commit 4f95473

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

src/alice/dip/kafka/dto/Events.java

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

src/alice/dip/protos/events.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ message Ev_TaskEvent {
7878
string name = 1; // task name, based on the name of the task class
7979
string taskid = 2; // task id, unique
8080
string state = 3; // state machine state for this task
81-
string status = 4; // posible values: ACTIVE/INACTIVE/PARTIAL/UNDEFINED/UNDEPLOYABLE as defined in status.go.
81+
string status = 4; // possible values: ACTIVE/INACTIVE/PARTIAL/UNDEFINED/UNDEPLOYABLE as defined in status.go.
8282
string hostname = 5;
8383
string className = 6; // name of the task class from which this task was spawned
8484
Traits traits = 7;
@@ -99,7 +99,7 @@ message Ev_CallEvent {
9999

100100
message Ev_RoleEvent {
101101
string name = 1; // role name
102-
string status = 2; // posible values: ACTIVE/INACTIVE/PARTIAL/UNDEFINED/UNDEPLOYABLE as defined in status.go. Derived from the state of child tasks, calls or other roles
102+
string status = 2; // possible values: ACTIVE/INACTIVE/PARTIAL/UNDEFINED/UNDEPLOYABLE as defined in status.go. Derived from the state of child tasks, calls or other roles
103103
string state = 3; // state machine state for this role
104104
string rolePath = 4; // path to this role within the environment
105105
string environmentId = 5;

0 commit comments

Comments
 (0)