Fix spelling.

This commit is contained in:
Andrey Smirnov
2014-05-17 22:08:31 +04:00
parent 1d31a5c25f
commit 4240b134e6
+1 -1
View File
@@ -160,7 +160,7 @@ func (collection *PackageCollection) Update(p *Package) error {
if err == nil {
// if .Files is different, consider to be conflict
if p.FilesHash != existing.FilesHash {
return fmt.Errorf("unable to save: %s, conflict with existing packge", p)
return fmt.Errorf("unable to save: %s, conflict with existing package", p)
}
// ok, .Files are the same, but maybe some meta-data is different, proceed to saving
} else {