From: Ian Lynagh Date: Wed, 16 Jan 2008 01:19:53 +0000 (+0000) Subject: Fix typo X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=047864943968324c12c9252c69f32672bec241cb Fix typo --- 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 -----------------------------------------------------------------------------