From a07b2c2c6047357b5e4047a33b9a81a43c461b30 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 10 Apr 2019 09:40:22 -0600 Subject: (minor): fix misspelled 'Healthcheck' Signed-off-by: Ed Santiago --- cmd/podman/commands_remoteclient.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/podman/commands_remoteclient.go') diff --git a/cmd/podman/commands_remoteclient.go b/cmd/podman/commands_remoteclient.go index 9b09e7dbc..278fe229c 100644 --- a/cmd/podman/commands_remoteclient.go +++ b/cmd/podman/commands_remoteclient.go @@ -49,6 +49,6 @@ func getSystemSubCommands() []*cobra.Command { } // Commands that the remoteclient implements -func getHealtcheckSubCommands() []*cobra.Command { +func getHealthcheckSubCommands() []*cobra.Command { return []*cobra.Command{} } -- cgit v1.2.3-54-g00ecf