Ticket #5225 (closed bug: fixed)
Typos in GHC documentation
| Reported by: | boris | Owned by: | simonmar |
|---|---|---|---|
| Priority: | high | Milestone: | 7.2.1 |
| Component: | Documentation | Version: | 7.0.3 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Documentation bug | Difficulty: | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
I ran a spelling check over the GHC documentation and it found a number of typos.
2.9 http://www.haskell.org/ghc/docs/latest/html/users_guide/ghci-dot-files.html
everytime
4.8 http://www.haskell.org/ghc/docs/latest/html/users_guide/options-sanity.html
occuring
4.10.2 http://www.haskell.org/ghc/docs/latest/html/users_guide/options-optimise.html
unfolding at at a call site
4.11.6 http://www.haskell.org/ghc/docs/latest/html/users_guide/options-phases.html
manifestfile
4.12 http://www.haskell.org/ghc/docs/latest/html/users_guide/using-shared-libs.html
libraires
libaries
libary(several times)
compliation
4.14 http://www.haskell.org/ghc/docs/latest/html/users_guide/using-smp.html
computuation
pathalogical
4.16 http://www.haskell.org/ghc/docs/latest/html/users_guide/runtime-control.html
occured(several times)
availble
4.18 http://www.haskell.org/ghc/docs/latest/html/users_guide/options-debugging.html
what it is upto
4.19 http://www.haskell.org/ghc/docs/latest/html/users_guide/flag-reference.html
teh main thread
5.6 http://www.haskell.org/ghc/docs/latest/html/users_guide/hpc.html
files are placed placed in .hpc subdirectory
5.7 http://www.haskell.org/ghc/docs/latest/html/users_guide/ticky-ticky.html
profilng
7.3 http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html
sematics
statment
For exampe
unqualifed
correponding
constructore
7.4 http://www.haskell.org/ghc/docs/latest/html/users_guide/data-type-extensions.html
patten matching
7.5 http://www.haskell.org/ghc/docs/latest/html/users_guide/deriving.html
TypableX class - probably meant TypeableX
7.6 http://www.haskell.org/ghc/docs/latest/html/users_guide/type-class-extensions.html
has more more occurrences
7.7 http://www.haskell.org/ghc/docs/latest/html/users_guide/type-families.html
declaratoin
exprssiveness
7.9 http://www.haskell.org/ghc/docs/latest/html/users_guide/template-haskell.html
you can can only call functions
7.11 http://www.haskell.org/ghc/docs/latest/html/users_guide/bang-patterns.html
and and replace
7.13 http://www.haskell.org/ghc/docs/latest/html/users_guide/pragmas.html
supose
ordinarly
subequently
obselete
7.14 http://www.haskell.org/ghc/docs/latest/html/users_guide/rewrite-rules.html
pragam(several times)
12 http://www.haskell.org/ghc/docs/latest/html/users_guide/bugs-and-infelicities.html
fromIntegerfunction

