From c312308923a876a45acc8391b4bbf8d52dfda538 Mon Sep 17 00:00:00 2001 From: Mustafa Date: Wed, 23 Oct 2024 12:36:51 +0100 Subject: [PATCH] typo --- pkg/api/executor.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/executor.proto b/pkg/api/executor.proto index a4bcc65ced1..4cd3c0b0eb7 100644 --- a/pkg/api/executor.proto +++ b/pkg/api/executor.proto @@ -54,7 +54,7 @@ message ExecutorPreemptRequest { message ExecutorCancelRequest { string name = 1; - // We select jobs on the executor to cancel based on the provided Select message + // We select jobs to cancel on the executor based on the provided Select message oneof Select { ByPriorityClass priorityClasses = 2; ByPriorityQueue queues = 3;