Skip to content

Commit

Permalink
spelling fix for Forgeting
Browse files Browse the repository at this point in the history
  • Loading branch information
mwotton committed Jul 13, 2015
1 parent 545ff0e commit cc9553d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Keter/Types/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc9553d

Please sign in to comment.