From 7d1242d6cef963ee052829d8b9814a14c0708531 Mon Sep 17 00:00:00 2001 From: Marcelo dos Santos Mafra Date: Fri, 13 Dec 2024 16:37:34 -0300 Subject: [PATCH] Update main.go Very little misspell --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 4f35c92..66ccc2e 100644 --- a/main.go +++ b/main.go @@ -786,5 +786,5 @@ func restoreStateAndHide() { } t := time.Now() - log.Debugf(fmt.Sprintf("UI hidden and restored in the backgroud in %v ms", t.Sub(timeStart1).Milliseconds())) + log.Debugf(fmt.Sprintf("UI hidden and restored in the background in %v ms", t.Sub(timeStart1).Milliseconds())) }