From 9c8277247d3e2e60a1f945d82851f58447cbdd74 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 21 Apr 2021 05:38:34 -0400 Subject: Fixes from make codespell Signed-off-by: Daniel J Walsh --- cmd/podman/machine/stop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/podman/machine') diff --git a/cmd/podman/machine/stop.go b/cmd/podman/machine/stop.go index 4235b64f1..4307d3eeb 100644 --- a/cmd/podman/machine/stop.go +++ b/cmd/podman/machine/stop.go @@ -30,7 +30,7 @@ func init() { }) } -// TODO Name shouldnt be required, need to create a default vm +// TODO Name shouldn't be required, need to create a default vm func stop(cmd *cobra.Command, args []string) error { var ( err error -- cgit v1.2.3-54-g00ecf