From 3a29e08ff2f43da03a5c49fdcdab1902ede77497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Sat, 20 Jan 2024 16:39:11 +0100 Subject: [PATCH] fix typo --- azure/public.go | 2 +- files/public.go | 2 +- s3/public.go | 2 +- swift/public.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/azure/public.go b/azure/public.go index 7236cce4..4c2b81af 100644 --- a/azure/public.go +++ b/azure/public.go @@ -175,7 +175,7 @@ func (storage *PublishedStorage) Remove(path string) error { // LinkFromPool links package file from pool to dist's pool location // // publishedPrefix is desired prefix for the location in the pool. -// publishedRelParh is desired location in pool (like pool/component/liba/libav/) +// publishedRelPath is desired location in pool (like pool/component/liba/libav/) // sourcePool is instance of aptly.PackagePool // sourcePath is filepath to package file in package pool // diff --git a/files/public.go b/files/public.go index 7e9e3003..cf7e8ac4 100644 --- a/files/public.go +++ b/files/public.go @@ -119,7 +119,7 @@ func (storage *PublishedStorage) RemoveDirs(path string, progress aptly.Progress // LinkFromPool links package file from pool to dist's pool location // // publishedPrefix is desired prefix for the location in the pool. -// publishedRelParh is desired location in pool (like pool/component/liba/libav/) +// publishedRelPath is desired location in pool (like pool/component/liba/libav/) // sourcePool is instance of aptly.PackagePool // sourcePath is a relative path to package file in package pool // diff --git a/s3/public.go b/s3/public.go index 44e85ca3..293a81f3 100644 --- a/s3/public.go +++ b/s3/public.go @@ -306,7 +306,7 @@ func (storage *PublishedStorage) RemoveDirs(path string, _ aptly.Progress) error // LinkFromPool links package file from pool to dist's pool location // // publishedPrefix is desired prefix for the location in the pool. -// publishedRelParh is desired location in pool (like pool/component/liba/libav/) +// publishedRelPath is desired location in pool (like pool/component/liba/libav/) // sourcePool is instance of aptly.PackagePool // sourcePath is filepath to package file in package pool // diff --git a/swift/public.go b/swift/public.go index 7732712d..d1f01849 100644 --- a/swift/public.go +++ b/swift/public.go @@ -189,7 +189,7 @@ func (storage *PublishedStorage) RemoveDirs(path string, _ aptly.Progress) error // LinkFromPool links package file from pool to dist's pool location // // publishedPrefix is desired prefix for the location in the pool. -// publishedRelParh is desired location in pool (like pool/component/liba/libav/) +// publishedRelPath is desired location in pool (like pool/component/liba/libav/) // sourcePool is instance of aptly.PackagePool // sourcePath is filepath to package file in package pool //