1
0
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:
Chris Cummer 2019-04-23 21:07:18 -07:00
parent 40cdfe7146
commit 388851f02d

View File

@ -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)