Skip to content

Commit

Permalink
[YUNIKORN-2300] Fix typo inforamtion and appliction (#116)
Browse files Browse the repository at this point in the history
Reviewers: Chia-Ping Tsai <[email protected]>
  • Loading branch information
junyan-ling authored Jan 2, 2024
1 parent ec7bfad commit d4b43d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/go/si/si.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scheduler-interface-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ message AddApplicationRequest {
string partitionName = 3;
// The user group information of the application owner
UserGroupInformation ugi = 4;
// A set of tags for the application. These tags provide application level generic inforamtion.
// The tags are optional and are used in placing an appliction or scheduling.
// A set of tags for the application. These tags provide application level generic information.
// The tags are optional and are used in placing an application or scheduling.
// Application tags are not considered when processing AllocationAsks.
map<string, string> tags = 5;
// Execution timeout: How long this application can be in a running state
Expand Down
4 changes: 2 additions & 2 deletions si.proto
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ message AddApplicationRequest {
string partitionName = 3;
// The user group information of the application owner
UserGroupInformation ugi = 4;
// A set of tags for the application. These tags provide application level generic inforamtion.
// The tags are optional and are used in placing an appliction or scheduling.
// A set of tags for the application. These tags provide application level generic information.
// The tags are optional and are used in placing an application or scheduling.
// Application tags are not considered when processing AllocationAsks.
map<string, string> tags = 5;
// Execution timeout: How long this application can be in a running state
Expand Down

0 comments on commit d4b43d6

Please sign in to comment.