From 1984b02e27136207b72d7a83f38e19d1f450d843 Mon Sep 17 00:00:00 2001 From: Matt Phillips Date: Wed, 26 Jul 2017 19:21:26 -0500 Subject: [PATCH] Fix typo in hyper fip command help text typo (conainer) instead of container --- api/client/fip.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client/fip.go b/api/client/fip.go index 936cdce4a..8193458ff 100644 --- a/api/client/fip.go +++ b/api/client/fip.go @@ -217,7 +217,7 @@ func fipUsage() string { fipCommands := [][]string{ {"allocate", "Allocate a or some IPs"}, {"attach", "Attach floating IP to container"}, - {"detach", "Detach floating IP from conainer"}, + {"detach", "Detach floating IP from container"}, {"ls", "List all floating IPs"}, {"release", "Release a floating IP"}, {"name", "Name a floating IP"},