aboutsummaryrefslogtreecommitdiff
path: root/weed/command/backup.go
diff options
context:
space:
mode:
authorSergey <xxsmotur@gmail.com>2019-02-06 18:59:15 +0500
committerSergey <xxsmotur@gmail.com>2019-02-06 18:59:15 +0500
commitaa5ccff6d20abcfa246ed11c28f5cb69ab71672f (patch)
treead47629af9a2c4d8371615e00be7b502543d3860 /weed/command/backup.go
parent133450759586e39d00182aafd86b8491a1c7483b (diff)
downloadseaweedfs-aa5ccff6d20abcfa246ed11c28f5cb69ab71672f.tar.xz
seaweedfs-aa5ccff6d20abcfa246ed11c28f5cb69ab71672f.zip
fixing of typos
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 072aea75b..0641f2e5d 100644
--- a/weed/command/backup.go
+++ b/weed/command/backup.go
@@ -41,7 +41,7 @@ var cmdBackup = &Command{
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.
+ This tool will handle them correctly and efficiently, avoiding unnecessary data transportation.
`,
}