From 047864943968324c12c9252c69f32672bec241cb Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 16 Jan 2008 01:19:53 +0000 Subject: [PATCH] Fix typo --- compiler/main/DynFlags.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 22b85b9..a556471 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -1595,7 +1595,7 @@ setTmpDir dir dflags = dflags{ tmpDir = canonicalise dir } -- strip the trailing backslash (awful, but we only do this once). removeTrailingSlash path | isPathSeparator (last path) = init path - | othwerwise = path + | otherwise = path #endif ----------------------------------------------------------------------------- -- 1.7.10.4