cmd/uplink: just a silly spelling fix

Change-Id: If3b5abdee9fa51fc9c23f2f2de9edcd7ab9ed039
This commit is contained in:
paul cannon 2020-01-23 10:04:40 -06:00 committed by Stefan Benten
parent 62d3783928
commit cadd727df8

View File

@ -292,7 +292,7 @@ func copyMain(cmd *cobra.Command, args []string) (err error) {
// if both local // if both local
if src.IsLocal() && dst.IsLocal() { if src.IsLocal() && dst.IsLocal() {
return errors.New("at least one of the source or the desination must be a Storj URL") return errors.New("at least one of the source or the destination must be a Storj URL")
} }
// if uploading // if uploading