diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-06-21 16:16:20 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-06-22 12:05:34 +0200 |
commit | 619958832cbe11096cae3dac9a0a7a5591163a00 (patch) | |
tree | 15b7744c6389fc6cf6cf312afbbb10cb31570f1a /compiler/rename/RnSource.hs | |
parent | 4e7d8350a10167a7de8dd4d9ffd3a21194177c39 (diff) | |
download | haskell-619958832cbe11096cae3dac9a0a7a5591163a00.tar.gz |
More typos in comments [skip ci]
Diffstat (limited to 'compiler/rename/RnSource.hs')
-rw-r--r-- | compiler/rename/RnSource.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnSource.hs b/compiler/rename/RnSource.hs index d43945f7ff..f16da6d727 100644 --- a/compiler/rename/RnSource.hs +++ b/compiler/rename/RnSource.hs @@ -1728,7 +1728,7 @@ rnDataDefn doc (HsDataDefn { dd_ND = new_or_data, dd_cType = cType badGadtStupidTheta :: HsDocContext -> SDoc badGadtStupidTheta _ = vcat [text "No context is allowed on a GADT-style data declaration", - text "(You can put a context on each contructor, though.)"] + text "(You can put a context on each constructor, though.)"] rnFamDecl :: Maybe Name -- Just cls => this FamilyDecl is nested -- inside an *class decl* for cls |