aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_copy.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-10-01 23:24:54 -0700
committerChris Lu <chris.lu@gmail.com>2021-10-01 23:24:54 -0700
commitb297849147a570af9a5413bd668e786a5897de34 (patch)
tree941245a939637a80fc7a8fe2aa7420bd6f1a1783 /weed/command/filer_copy.go
parentaf207bbaf05ce441e9a87f0833c09a36c0629e85 (diff)
downloadseaweedfs-b297849147a570af9a5413bd668e786a5897de34.tar.xz
seaweedfs-b297849147a570af9a5413bd668e786a5897de34.zip
typo
Diffstat (limited to 'weed/command/filer_copy.go')
-rw-r--r--weed/command/filer_copy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_copy.go b/weed/command/filer_copy.go
index 630f066d6..2f3b69da6 100644
--- a/weed/command/filer_copy.go
+++ b/weed/command/filer_copy.go
@@ -373,7 +373,7 @@ func (worker *FileCopyWorker) uploadFileAsOne(task FileCopyTask, f *os.File) err
return assignErr
}
- // uplaod data
+ // upload data
targetUrl := "http://" + assignResult.Location.Url + "/" + assignResult.FileId
uploadOption := &operation.UploadOption{
UploadUrl: targetUrl,