Skip to content

Commit

Permalink
Merge pull request #1045 from dgageot/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
dgageot authored Sep 27, 2018
2 parents 662c994 + 9b5ebdd commit 3ecef93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/kubernetes/port_forward.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func IsTerminatedError(err error) bool {
return ws.Signal() == syscall.SIGTERM
}

// Key is an identifer for the lock on a port during the skaffold dev cycle.
// Key is an identifier for the lock on a port during the skaffold dev cycle.
func (p *portForwardEntry) key() string {
return fmt.Sprintf("%s-%d", p.containerName, p.port)
}
Expand Down

0 comments on commit 3ecef93

Please sign in to comment.