From 290bb64e3cef92d60c37afa74ef38b4763c151fa Mon Sep 17 00:00:00 2001 From: David Waern Date: Sat, 24 Jan 2009 16:54:39 +0000 Subject: Correct spelling mistake in error message --- src/Haddock/Interface.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Haddock/Interface.hs') diff --git a/src/Haddock/Interface.hs b/src/Haddock/Interface.hs index 49eef96c..d33d322d 100644 --- a/src/Haddock/Interface.hs +++ b/src/Haddock/Interface.hs @@ -114,7 +114,7 @@ createInterfaces' session modules flags instIfaceMap = do mbGraph <- depanal session [] False modgraph <- case mbGraph of Just graph -> return graph - Nothing -> throwE "Failed to create dependecy graph" + Nothing -> throwE "Failed to create dependency graph" let orderedMods = flattenSCCs $ topSortModuleGraph False modgraph Nothing (ifaces, _) <- foldM (\(ifaces, modMap) modsum -> do x <- processModule session modsum flags modMap instIfaceMap -- cgit v1.2.3