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(