From c742e30e67f1e5b0f0da8310a9365cd3c6bf9ce8 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Tue, 27 Apr 2021 19:21:13 +0200 Subject: [PATCH] fix docs --- internal/sourcertmp/source.go | 4 ++-- internal/sourcertsp/source.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/sourcertmp/source.go b/internal/sourcertmp/source.go index f87f72d9..a45a66b3 100644 --- a/internal/sourcertmp/source.go +++ b/internal/sourcertmp/source.go @@ -24,7 +24,7 @@ const ( retryPause = 5 * time.Second ) -// Parent is implemeneted by path.Path. +// Parent is implemented by path.Path. type Parent interface { Log(logger.Level, string, ...interface{}) OnExtSourceSetReady(req source.ExtSetReadyReq) @@ -79,7 +79,7 @@ func (s *Source) Close() { // IsSource implements source.Source. func (s *Source) IsSource() {} -// IsExtSource implements path.extSource. +// IsExtSource implements source.ExtSource. func (s *Source) IsExtSource() {} func (s *Source) log(level logger.Level, format string, args ...interface{}) { diff --git a/internal/sourcertsp/source.go b/internal/sourcertsp/source.go index 4c38a481..c89fe5c0 100644 --- a/internal/sourcertsp/source.go +++ b/internal/sourcertsp/source.go @@ -90,7 +90,7 @@ func (s *Source) Close() { // IsSource implements source.Source. func (s *Source) IsSource() {} -// IsExtSource implements path.extSource. +// IsExtSource implements source.ExtSource. func (s *Source) IsExtSource() {} func (s *Source) log(level logger.Level, format string, args ...interface{}) {