diff --git a/src/Neon.Kubernetes/PortForwarding/IPortForwardStreamManager.cs b/src/Neon.Kubernetes/PortForwarding/IPortForwardStreamManager.cs
index 486b5a8..3dbf58b 100644
--- a/src/Neon.Kubernetes/PortForwarding/IPortForwardStreamManager.cs
+++ b/src/Neon.Kubernetes/PortForwarding/IPortForwardStreamManager.cs
@@ -1,4 +1,4 @@
-//-----------------------------------------------------------------------------
+//-----------------------------------------------------------------------------
// FILE: IPortForwardStreamManager.cs
// CONTRIBUTOR: Marcus Bowyer
// COPYRIGHT: Copyright © 2005-2024 by NEONFORGE LLC. All rights reserved.
@@ -34,7 +34,7 @@ internal interface IPortForwardStreamManager
/// a pod running in the cluster.
///
/// Specifies the local workstation side of the connection.
- /// Specfies the factory to be used to establish the remote side of the connection.
+ /// Specifies the factory to be used to establish the remote side of the connection.
/// Specifies the remote port.
/// Optionally specifies a cancellation token.
void Start(
diff --git a/src/Neon.Kubernetes/PortForwarding/PortForwardStream.cs b/src/Neon.Kubernetes/PortForwarding/PortForwardStream.cs
index cda1249..44fc49a 100644
--- a/src/Neon.Kubernetes/PortForwarding/PortForwardStream.cs
+++ b/src/Neon.Kubernetes/PortForwarding/PortForwardStream.cs
@@ -62,10 +62,10 @@ internal class PortForwardStream
///
/// Constructor.
///
- /// Specfies the local side of the connection.
+ /// Specifies the local side of the connection.
/// Specifies the factory that returns the websocket for the remote side of the connection.
- /// Specfies the remote port.
- /// Optionally specfies a logger factory.
+ /// Specifies the remote port.
+ /// Optionally specifies a logger factory.
public PortForwardStream(
TcpClient localConnection,
RemoteConnectionFactory remoteConnectionFactory,
diff --git a/src/Neon.Operator.Core/Controllers/ErrorPolicyResult.cs b/src/Neon.Operator.Core/Controllers/ErrorPolicyResult.cs
index 0411333..dc48847 100644
--- a/src/Neon.Operator.Core/Controllers/ErrorPolicyResult.cs
+++ b/src/Neon.Operator.Core/Controllers/ErrorPolicyResult.cs
@@ -28,7 +28,7 @@ public class ErrorPolicyResult
/// Constructor.
///
/// Optionally override the default requruing delay.
- /// Optionally specfies the event type (defaults to .
+ /// Optionally specifies the event type (defaults to .
/// Optionally disable requeuing (defaults to true).
internal ErrorPolicyResult(
TimeSpan? delay = null,