aboutsummaryrefslogtreecommitdiff
path: root/weed/command/backup.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2019-01-16 17:22:32 -0800
committerGitHub <noreply@github.com>2019-01-16 17:22:32 -0800
commit041d29eea302edad6a988b0f10b21dd42ba5ba16 (patch)
tree1be9b1b5e7f91693f4cabe3ae0d114cb7f7dced6 /weed/command/backup.go
parent123df7453f75c437c98ed12c14ad48748140563a (diff)
parentab6be025d76748388ad3eea6fe6ca000db1c2435 (diff)
downloadseaweedfs-041d29eea302edad6a988b0f10b21dd42ba5ba16.tar.xz
seaweedfs-041d29eea302edad6a988b0f10b21dd42ba5ba16.zip
Merge pull request #838 from bingoohuang/master
go fmt and fix some typo
Diffstat (limited to 'weed/command/backup.go')
-rw-r--r--weed/command/backup.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/backup.go b/weed/command/backup.go
index 7cdec34ad..072aea75b 100644
--- a/weed/command/backup.go
+++ b/weed/command/backup.go
@@ -38,7 +38,7 @@ var cmdBackup = &Command{
This will help to backup future new volumes.
Usually backing up is just copying the .dat (and .idx) files.
- But it's tricky to incremententally copy the differences.
+ But it's tricky to incrementally copy the differences.
The complexity comes when there are multiple addition, deletion and compaction.
This tool will handle them correctly and efficiently, avoiding unnecessary data transporation.