diff --git a/cmd/uplink/cmd/cp.go b/cmd/uplink/cmd/cp.go index 90ccb7ad3..a086a988b 100644 --- a/cmd/uplink/cmd/cp.go +++ b/cmd/uplink/cmd/cp.go @@ -292,7 +292,7 @@ func copyMain(cmd *cobra.Command, args []string) (err error) { // if both local 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