From 1611920e65cdf436254746814a1fd002d7758101 Mon Sep 17 00:00:00 2001 From: Alex Ballas Date: Sat, 28 Dec 2024 16:17:57 +0200 Subject: [PATCH] misspell --- httphandlers/httphandlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httphandlers/httphandlers.go b/httphandlers/httphandlers.go index 03a8b7d..4456d99 100644 --- a/httphandlers/httphandlers.go +++ b/httphandlers/httphandlers.go @@ -49,7 +49,7 @@ type osFileType struct { path string } -// AddHandler dynamically adds a new handler. Currenly used by the gapless playback logic where we use +// AddHandler dynamically adds a new handler. Currently used by the gapless playback logic where we use // the same server to serve multiple media files. func (s *HTTPserver) AddHandler(path string, payload *soapcalls.TVPayload, media interface{}) { s.mu.Lock()