From bbd2e6de35a08845e8f45d751cbce0a7d7b87668 Mon Sep 17 00:00:00 2001 From: David Joos Date: Tue, 11 Apr 2017 13:04:36 +0100 Subject: [PATCH] Fix for minor typo "destionation" -> "destination" --- command/meta_backend_migrate.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/meta_backend_migrate.go b/command/meta_backend_migrate.go index 40d0d12cb..2ac13827a 100644 --- a/command/meta_backend_migrate.go +++ b/command/meta_backend_migrate.go @@ -56,7 +56,7 @@ func (m *Meta) backendMigrateState(opts *backendMigrateOpts) error { opts.twoEnv = backend.DefaultStateName opts.force = m.forceInitCopy - // Determine migration behavior based on whether the source/destionation + // Determine migration behavior based on whether the source/destination // supports multi-state. switch { // Single-state to single-state. This is the easiest case: we just @@ -441,7 +441,7 @@ type backendMigrateOpts struct { const errMigrateLoadStates = ` Error inspecting state in %q: %s -Prior to changing backends, Terraform inspects the source and destionation +Prior to changing backends, Terraform inspects the source and destination states to determine what kind of migration steps need to be taken, if any. Terraform failed to load the states. The data in both the source and the destination remain unmodified. Please resolve the above error and try again.