From d4b43d6910c9ecba12f2876bcb6ce38cc1a194e1 Mon Sep 17 00:00:00 2001 From: junyan-ling <155352474+junyan-ling@users.noreply.github.com> Date: Wed, 3 Jan 2024 03:21:48 +0800 Subject: [PATCH] [YUNIKORN-2300] Fix typo `inforamtion` and `appliction` (#116) Reviewers: Chia-Ping Tsai --- lib/go/si/si.pb.go | 4 ++-- scheduler-interface-spec.md | 4 ++-- si.proto | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/go/si/si.pb.go b/lib/go/si/si.pb.go index 2c5e868..2ceace8 100644 --- a/lib/go/si/si.pb.go +++ b/lib/go/si/si.pb.go @@ -1631,8 +1631,8 @@ type AddApplicationRequest struct { PartitionName string `protobuf:"bytes,3,opt,name=partitionName,proto3" json:"partitionName,omitempty"` // The user group information of the application owner Ugi *UserGroupInformation `protobuf:"bytes,4,opt,name=ugi,proto3" json:"ugi,omitempty"` - // 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. Tags map[string]string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // Execution timeout: How long this application can be in a running state diff --git a/scheduler-interface-spec.md b/scheduler-interface-spec.md index 4644754..bb97603 100644 --- a/scheduler-interface-spec.md +++ b/scheduler-interface-spec.md @@ -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 tags = 5; // Execution timeout: How long this application can be in a running state diff --git a/si.proto b/si.proto index 638fc6f..c19817a 100644 --- a/si.proto +++ b/si.proto @@ -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 tags = 5; // Execution timeout: How long this application can be in a running state