From 449a3c3e3df9b4a7524dc0ad6b220508707845a5 Mon Sep 17 00:00:00 2001
From: Felix Yan <felixonmars@gmail.com>
Date: Sat, 9 Jun 2018 01:46:54 +0800
Subject: [PATCH] Fix some typos in PreProcess.hs

---
 Cabal/Distribution/Simple/PreProcess.hs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cabal/Distribution/Simple/PreProcess.hs b/Cabal/Distribution/Simple/PreProcess.hs
index 045b398ebb..8ff7deb905 100644
--- a/Cabal/Distribution/Simple/PreProcess.hs
+++ b/Cabal/Distribution/Simple/PreProcess.hs
@@ -102,11 +102,11 @@ data PreProcessor = PreProcessor {
   -- Is the output of the pre-processor platform independent? eg happy output
   -- is portable haskell but c2hs's output is platform dependent.
   -- This matters since only platform independent generated code can be
-  -- inlcuded into a source tarball.
+  -- included into a source tarball.
   platformIndependent :: Bool,
 
-  -- TODO: deal with pre-processors that have implementaion dependent output
-  --       eg alex and happy have --ghc flags. However we can't really inlcude
+  -- TODO: deal with pre-processors that have implementation dependent output
+  --       eg alex and happy have --ghc flags. However we can't really include
   --       ghc-specific code into supposedly portable source tarballs.
 
   runPreProcessor :: (FilePath, FilePath) -- Location of the source file relative to a base dir
-- 
GitLab