From 128bc43f142aeb2b2f900b7c9dae74e7fd258ee1 Mon Sep 17 00:00:00 2001 From: endless001 Date: Fri, 18 Apr 2025 17:44:14 +0800 Subject: [PATCH] fix typo --- src/KubernetesClient/WatcherExt.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/KubernetesClient/WatcherExt.cs b/src/KubernetesClient/WatcherExt.cs index 7b2fe9308..f3047f8ca 100644 --- a/src/KubernetesClient/WatcherExt.cs +++ b/src/KubernetesClient/WatcherExt.cs @@ -11,7 +11,7 @@ public static class WatcherExt /// type of the HttpOperationResponse object /// the api response /// a callback when any event raised from api server - /// a callbak when any exception was caught during watching + /// a callback when any exception was caught during watching /// /// The action to invoke when the server closes the connection. /// @@ -47,7 +47,7 @@ private static Func> MakeStreamReaderCreator(Tasktype of the HttpOperationResponse object /// the api response /// a callback when any event raised from api server - /// a callbak when any exception was caught during watching + /// a callback when any exception was caught during watching /// /// The action to invoke when the server closes the connection. /// @@ -68,7 +68,7 @@ public static Watcher Watch( /// type of the event object /// type of the HttpOperationResponse object /// the api response - /// a callbak when any exception was caught during watching + /// a callback when any exception was caught during watching /// cancellation token /// IAsyncEnumerable of watch events public static IAsyncEnumerable<(WatchEventType, T)> WatchAsync(