Skip to content

Commit

Permalink
spell
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Feb 21, 2021
1 parent d503d7b commit 020001b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/auto-pause/auto-pause.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var incomeCh = make(chan struct{})
var done = make(chan struct{})
var mu sync.Mutex

// TODO: intialize with current state (handle the case that user enables auto-pause after it is already paused)
// TODO: initialize with current state (handle the case that user enables auto-pause after it is already paused)
var runtimePaused = false
var version = "0.0.1"

Expand Down

0 comments on commit 020001b

Please sign in to comment.