Skip to content

Commit

Permalink
chore: fix function names in comment (#38800)
Browse files Browse the repository at this point in the history
Signed-off-by: goodfirm <[email protected]>
Co-authored-by: Pierre HILBERT <[email protected]>
  • Loading branch information
goodfirm and pierrehilbert authored Apr 30, 2024
1 parent 81fc73e commit 6bb2a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-tools/mage/kubernetes/kuberemote.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func (r *KubeRemote) waitForPod(wait time.Duration, condition watchtools.Conditi
return nil, err
}

// portFoward runs the port forwarding so SSH rsync can be ran into the pod.
// portForward runs the port forwarding so SSH rsync can be ran into the pod.
func (r *KubeRemote) portForward(ports []string, stopChannel, readyChannel chan struct{}, stdout, stderr io.Writer) (*portforward.PortForwarder, error) {
roundTripper, upgrader, err := spdy.RoundTripperFor(r.cfg)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion filebeat/input/filestream/environment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ func (e *inputTestingEnvironment) waitUntilHarvesterIsDone() {
}
}

// requireEventReceived requires that the list of messages has made it into the output.
// requireEventsReceived requires that the list of messages has made it into the output.
func (e *inputTestingEnvironment) requireEventsReceived(events []string) {
foundEvents := make([]bool, len(events))
checkedEventCount := 0
Expand Down

0 comments on commit 6bb2a82

Please sign in to comment.