diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-02-23 17:01:07 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-02-23 17:13:54 +0100 |
commit | 9a2a2aef1c84292cc51719ee36e12c5723554efe (patch) | |
tree | b70535bb3ff548014e24970d634be03c8769c7f3 /compiler/rename | |
parent | 8a6b8c5fb96472d7c2e2cd1918950dd50f2fef71 (diff) | |
download | haskell-9a2a2aef1c84292cc51719ee36e12c5723554efe.tar.gz |
Spelling only [ci skip]
Diffstat (limited to 'compiler/rename')
-rw-r--r-- | compiler/rename/RnSplice.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnSplice.hs b/compiler/rename/RnSplice.hs index b927a898c8..2eeecd1f5f 100644 --- a/compiler/rename/RnSplice.hs +++ b/compiler/rename/RnSplice.hs @@ -195,7 +195,7 @@ illegalUntypedBracket = quotedNameStageErr :: HsBracket RdrName -> SDoc quotedNameStageErr br = sep [ text "Stage error: the non-top-level quoted name" <+> ppr br - , text "must be used at the same stage at which is is bound" ] + , text "must be used at the same stage at which it is bound" ] {- |