summaryrefslogtreecommitdiff
path: root/pkg/machine/qemu/machine.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-05-25 05:56:23 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2022-05-25 05:56:29 -0400
commit429b1f7685129974399c599964689e1050a52141 (patch)
treef8fdec234c67584fd736a8e11cba4082c2e61225 /pkg/machine/qemu/machine.go
parentb13184dfb4fbef640dc3fe421d32de068672d4ed (diff)
downloadpodman-429b1f7685129974399c599964689e1050a52141.tar.gz
podman-429b1f7685129974399c599964689e1050a52141.tar.bz2
podman-429b1f7685129974399c599964689e1050a52141.zip
Fix codespell errors
[NO NEW TESTS NEEDED] Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/machine/qemu/machine.go')
-rw-r--r--pkg/machine/qemu/machine.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/machine/qemu/machine.go b/pkg/machine/qemu/machine.go
index 6e36b0886..e3fb3b970 100644
--- a/pkg/machine/qemu/machine.go
+++ b/pkg/machine/qemu/machine.go
@@ -1545,7 +1545,7 @@ func (v *MachineVM) editCmdLine(flag string, value string) {
}
}
-// RemoveAndCleanMachines removes all machine and cleans up any other files associatied with podman machine
+// RemoveAndCleanMachines removes all machine and cleans up any other files associated with podman machine
func (p *Provider) RemoveAndCleanMachines() error {
var (
vm machine.VM