summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,