From 6835a12cb3b1412f29423700b38b4ec18d55df5b Mon Sep 17 00:00:00 2001 From: Alexandre NICOLAIE Date: Wed, 24 Jul 2019 21:19:53 +0200 Subject: [PATCH] fix: fix typo in comment Co-Authored-By: Megan Marsh --- builder/scaleway/step_remove_volume.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/scaleway/step_remove_volume.go b/builder/scaleway/step_remove_volume.go index 4767464a0..9bc6125c1 100644 --- a/builder/scaleway/step_remove_volume.go +++ b/builder/scaleway/step_remove_volume.go @@ -19,7 +19,7 @@ func (s *stepRemoveVolume) Run(ctx context.Context, state multistep.StateBag) mu func (s *stepRemoveVolume) Cleanup(state multistep.StateBag) { if _, ok := state.GetOk("snapshot_name"); !ok { - // volume will be detached to server only after sharpshooting ... so we don't + // volume will be detached from server only after snapshotting ... so we don't // need to remove volume before snapshot step. return }