summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2015-06-15 13:33:36 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2015-06-15 13:35:36 +0100
commita6cbf414b15e31b75f08e830cffbd68ff397d174 (patch)
tree0370cbb7150433ab6ef17effe958f0343db71815
parenta3f6239d905ad4b8fb597f43bd4ef9947c83362f (diff)
downloadhaskell-a6cbf414b15e31b75f08e830cffbd68ff397d174.tar.gz
Spelling in comments
-rw-r--r--compiler/rename/RnEnv.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnEnv.hs b/compiler/rename/RnEnv.hs
index 4ca3e5acd4..2bdf9b5b6a 100644
--- a/compiler/rename/RnEnv.hs
+++ b/compiler/rename/RnEnv.hs
@@ -879,7 +879,7 @@ Note [Handling of deprecations]
* We report deprecations at each *occurrence* of the deprecated thing
(see Trac #5867)
-* We do not report deprectations for locally-definded names. For a
+* We do not report deprecations for locally-defined names. For a
start, we may be exporting a deprecated thing. Also we may use a
deprecated thing in the defn of another deprecated things. We may
even use a deprecated thing in the defn of a non-deprecated thing,