From 2c4cf578ae3d7599bc5da3a124fcbf94e0876a88 Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Fri, 8 Jun 2018 05:38:45 +0430 Subject: [PATCH] fixed comment --- wtf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wtf.go b/wtf.go index da5e5afd..b9627490 100644 --- a/wtf.go +++ b/wtf.go @@ -121,7 +121,7 @@ func watchForConfigChanges(app *tview.Application, configFlag string, grid *tvie select { case <-watch.Event: loadConfig(configFlag) - // Disable all widgets to stop scheduler goroutines and widgets from memory. + // Disable all widgets to stop scheduler goroutines and rmeove widgets from memory. disableAllWidgets() makeWidgets(app, pages) grid = buildGrid(Widgets)