Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anpep committed May 1, 2023
1 parent 0816ea4 commit 71205fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/overlord/stateengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
// the system and manipulating it to reflect the desired state.
type StateManager interface {
// DryStart prepares the manager to run its activities without
// incurring in side effects that might affect the system
// incurring side effects that might affect the system
// state.
DryStart() error

Expand Down

0 comments on commit 71205fb

Please sign in to comment.