mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-11 03:11:50 +00:00
fix typo
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
@@ -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
|
||||
//
|
||||
|
||||
@@ -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
|
||||
//
|
||||
|
||||
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user