From 24acc2c6cf783bd8e6b2d1aefce6fc5c52b7f028 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Thu, 4 Jun 2009 13:55:53 +0100
Subject: [PATCH] Fix a typo in hbal.hs

Signed-off-by: Guido Trotter <ultrotter@google.com>
---
 hbal.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbal.hs b/hbal.hs
index 788dc9a02..353bf55b0 100644
--- a/hbal.hs
+++ b/hbal.hs
@@ -72,7 +72,7 @@ iterateDepth :: Cluster.Table    -- ^ The starting table
              -> Int              -- ^ Max node name len
              -> Int              -- ^ Max instance name len
              -> [[String]]       -- ^ Current command list
-             -> Bool             -- ^ Wheter to be silent
+             -> Bool             -- ^ Whether to be silent
              -> Cluster.Score    -- ^ Score at which to stop
              -> IO (Cluster.Table, [[String]]) -- ^ The resulting table and
                                                -- commands
-- 
GitLab