Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Aug 2, 2024
1 parent 607a82d commit 7991d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/lock.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
clientset "k8s.io/client-go/kubernetes"
)

// Coordinaator provides a way to lock and unlock deployments made via gocat.
// Coordinator provides a way to lock and unlock deployments made via gocat.
// The lock is used to prevent multiple deployments from happening at the same time.
//
// The lock information is stored in a Kubernetes ConfigMap managed by the Coordinaator.
Expand Down

0 comments on commit 7991d22

Please sign in to comment.