mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Fix comment spelling mistake in main.go
This commit is contained in:
parent
40cdfe7146
commit
388851f02d
3
main.go
3
main.go
@ -19,7 +19,6 @@ import (
|
||||
"github.com/wtfutil/wtf/cfg"
|
||||
"github.com/wtfutil/wtf/flags"
|
||||
"github.com/wtfutil/wtf/maker"
|
||||
|
||||
"github.com/wtfutil/wtf/wtf"
|
||||
)
|
||||
|
||||
@ -91,7 +90,7 @@ func watchForConfigChanges(app *tview.Application, configFilePath string, grid *
|
||||
for {
|
||||
select {
|
||||
case <-watch.Event:
|
||||
// Disable all widgets to stop scheduler goroutines and rmeove widgets from memory.
|
||||
// Disable all widgets to stop scheduler goroutines and remove widgets from memory
|
||||
disableAllWidgets(runningWidgets)
|
||||
|
||||
loadConfigFile(absPath)
|
||||
|
Loading…
x
Reference in New Issue
Block a user