summaryrefslogtreecommitdiffstats
path: root/cmd/migrate_storage.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/migrate_storage.go')
-rw-r--r--cmd/migrate_storage.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/migrate_storage.go b/cmd/migrate_storage.go
index 8ff84d690b..8123716f9b 100644
--- a/cmd/migrate_storage.go
+++ b/cmd/migrate_storage.go
@@ -184,7 +184,7 @@ func runMigrateStorage(ctx *cli.Context) error {
return fmt.Errorf("Unsupported storage: %s", ctx.String("type"))
}
- log.Warn("All files have been copied to the new placement but old files are still on the orignial placement.")
+ log.Warn("All files have been copied to the new placement but old files are still on the original placement.")
return nil
}