From cc9553d3bd4900715a9971cfe77ca61017ebcd0e Mon Sep 17 00:00:00 2001 From: Mark Wotton Date: Mon, 13 Jul 2015 13:36:49 -0400 Subject: [PATCH] spelling fix for Forgeting --- Keter/Types/Common.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Keter/Types/Common.hs b/Keter/Types/Common.hs index 5d117a2..7342e18 100644 --- a/Keter/Types/Common.hs +++ b/Keter/Types/Common.hs @@ -117,7 +117,7 @@ instance Show LogMessage where ] show SanityChecksPassed = "Sanity checks passed" show (ReservingHosts app hosts) = "Reserving hosts for app " ++ show app ++ ": " ++ unwords (map (unpack . original) $ Set.toList hosts) - show (ForgetingReservations app hosts) = "Forgeting host reservations for app " ++ show app ++ ": " ++ unwords (map (unpack . original) $ Set.toList hosts) + show (ForgetingReservations app hosts) = "Forgetting host reservations for app " ++ show app ++ ": " ++ unwords (map (unpack . original) $ Set.toList hosts) show (ActivatingApp app hosts) = "Activating app " ++ show app ++ " with hosts: " ++ unwords (map (unpack . original) $ Set.toList hosts) show (DeactivatingApp app hosts) = "Deactivating app " ++ show app ++ " with hosts: " ++ unwords (map (unpack . original) $ Set.toList hosts) show (ReactivatingApp app old new) = concat