aboutsummaryrefslogtreecommitdiff
path: root/weed/command/upload.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2019-02-06 08:28:06 -0800
committerGitHub <noreply@github.com>2019-02-06 08:28:06 -0800
commit820bb05182fded5606a5e4aef8fa3396bc854451 (patch)
treead47629af9a2c4d8371615e00be7b502543d3860 /weed/command/upload.go
parent133450759586e39d00182aafd86b8491a1c7483b (diff)
parentaa5ccff6d20abcfa246ed11c28f5cb69ab71672f (diff)
downloadseaweedfs-820bb05182fded5606a5e4aef8fa3396bc854451.tar.xz
seaweedfs-820bb05182fded5606a5e4aef8fa3396bc854451.zip
Merge pull request #853 from saromanov/fix-misspell
fixing of typos
Diffstat (limited to 'weed/command/upload.go')
-rw-r--r--weed/command/upload.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/upload.go b/weed/command/upload.go
index f664c0e3a..244caaa4c 100644
--- a/weed/command/upload.go
+++ b/weed/command/upload.go
@@ -53,7 +53,7 @@ var cmdUpload = &Command{
All files under the folder and subfolders will be uploaded, each with its own file key.
Optional parameter "-include" allows you to specify the file name patterns.
- If "maxMB" is set to a positive number, files larger than it would be split into chunks and uploaded separatedly.
+ If "maxMB" is set to a positive number, files larger than it would be split into chunks and uploaded separately.
The list of file ids of those chunks would be stored in an additional chunk, and this additional chunk's file id would be returned.
`,