From 388851f02d23384f1b72f631d95378442defd6aa Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Tue, 23 Apr 2019 21:07:18 -0700 Subject: [PATCH] Fix comment spelling mistake in main.go --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index d7446fb5..988ce487 100644 --- a/main.go +++ b/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)