From 84f82dae1ad75d3f4fbf7f403f5879ea767cde0b Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 30 Apr 2018 21:41:30 +0200 Subject: [PATCH] Correct typo Closes #1743 --- CHANGELOG.md | 2 +- changelog/0.7.1_2017-07-22/issue-1073 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e962cf881..594ee0c4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -750,7 +750,7 @@ Details * Enhancement #1073: Add `migrate` cmd to migrate from `s3legacy` to `default` layout - The `migrate` command for chaning the `s3legacy` layout to the `default` layout for s3 + The `migrate` command for changing the `s3legacy` layout to the `default` layout for s3 backends has been improved: It can now be restarted with `restic migrate --force s3_layout` and automatically retries operations on error. diff --git a/changelog/0.7.1_2017-07-22/issue-1073 b/changelog/0.7.1_2017-07-22/issue-1073 index 048758662..3a2bb4dd0 100644 --- a/changelog/0.7.1_2017-07-22/issue-1073 +++ b/changelog/0.7.1_2017-07-22/issue-1073 @@ -1,6 +1,6 @@ Enhancement: Add `migrate` cmd to migrate from `s3legacy` to `default` layout -The `migrate` command for chaning the `s3legacy` layout to the `default` layout +The `migrate` command for changing the `s3legacy` layout to the `default` layout for s3 backends has been improved: It can now be restarted with `restic migrate --force s3_layout` and automatically retries operations on error.