Fix comments.

This commit is contained in:
Andrey Smirnov
2014-02-19 17:16:45 +04:00
parent d43a15e658
commit 5617385c44

3
debian/remote.go vendored
View File

@@ -20,7 +20,6 @@ import (
// RemoteRepo represents remote (fetchable) Debian repository.
//
// Repostitory could be filtered when fetching by components, architectures
// TODO: support flat format
type RemoteRepo struct {
// Permanent internal ID
UUID string
@@ -103,7 +102,7 @@ func (repo *RemoteRepo) IsFlat() bool {
return repo.Distribution == ""
}
// NumPackages return number of packages retrived from remore repo
// NumPackages return number of packages retrived from remote repo
func (repo *RemoteRepo) NumPackages() int {
if repo.packageRefs == nil {
return 0