Skip to content

Commit

Permalink
[spelling]
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflill committed Mar 17, 2024
1 parent 24cf34a commit a30576b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
// FILE: IPortForwardStreamManager.cs
// CONTRIBUTOR: Marcus Bowyer
// COPYRIGHT: Copyright © 2005-2024 by NEONFORGE LLC. All rights reserved.
Expand Down Expand Up @@ -34,7 +34,7 @@ internal interface IPortForwardStreamManager
/// a pod running in the cluster.
/// </summary>
/// <param name="localConnection">Specifies the local workstation side of the connection.</param>
/// <param name="remoteConnectionFactory">Specfies the factory to be used to establish the remote side of the connection.</param>
/// <param name="remoteConnectionFactory">Specifies the factory to be used to establish the remote side of the connection.</param>
/// <param name="remotePort">Specifies the remote port.</param>
/// <param name="cancellationToken">Optionally specifies a cancellation token.</param>
void Start(
Expand Down
6 changes: 3 additions & 3 deletions src/Neon.Kubernetes/PortForwarding/PortForwardStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ internal class PortForwardStream
/// <summary>
/// Constructor.
/// </summary>
/// <param name="localConnection">Specfies the local side of the connection.</param>
/// <param name="localConnection">Specifies the local side of the connection.</param>
/// <param name="remoteConnectionFactory">Specifies the factory that returns the websocket for the remote side of the connection.</param>
/// <param name="remotePort">Specfies the remote port.</param>
/// <param name="loggerFactory">Optionally specfies a logger factory.</param>
/// <param name="remotePort">Specifies the remote port.</param>
/// <param name="loggerFactory">Optionally specifies a logger factory.</param>
public PortForwardStream(
TcpClient localConnection,
RemoteConnectionFactory remoteConnectionFactory,
Expand Down
2 changes: 1 addition & 1 deletion src/Neon.Operator.Core/Controllers/ErrorPolicyResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class ErrorPolicyResult
/// Constructor.
/// </summary>
/// <param name="delay">Optionally override the default requruing delay.</param>
/// <param name="eventType">Optionally specfies the event type (defaults to <see cref="WatchEventType.Modified"/>.</param>
/// <param name="eventType">Optionally specifies the event type (defaults to <see cref="WatchEventType.Modified"/>.</param>
/// <param name="requeue">Optionally disable requeuing (defaults to <c>true</c>).</param>
internal ErrorPolicyResult(
TimeSpan? delay = null,
Expand Down

0 comments on commit a30576b

Please sign in to comment.