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/cfg"
|
||||||
"github.com/wtfutil/wtf/flags"
|
"github.com/wtfutil/wtf/flags"
|
||||||
"github.com/wtfutil/wtf/maker"
|
"github.com/wtfutil/wtf/maker"
|
||||||
|
|
||||||
"github.com/wtfutil/wtf/wtf"
|
"github.com/wtfutil/wtf/wtf"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -91,7 +90,7 @@ func watchForConfigChanges(app *tview.Application, configFilePath string, grid *
|
|||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
case <-watch.Event:
|
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)
|
disableAllWidgets(runningWidgets)
|
||||||
|
|
||||||
loadConfigFile(absPath)
|
loadConfigFile(absPath)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user