Spelling fixes (#7142)

This commit is contained in:
Ville Skyttä
2017-12-10 04:48:30 +02:00
committed by William Cheng
parent b4f707450a
commit 794bb07cf7
55 changed files with 218 additions and 216 deletions

View File

@@ -126,7 +126,7 @@ describes additional constraints and actions on the _addFoo_ operation
via its typeclass instances. These typeclass instances can be viewed
in GHCi or via the Haddocks.
* requried parameters are included as function arguments to _addFoo_
* required parameters are included as function arguments to _addFoo_
* optional non-body parameters are included by using `applyOptionalParam`
* optional body parameters are set by using `setBodyParam`

View File

@@ -32,7 +32,7 @@ import GHC.Exts (IsString(..))
import qualified Katip as LG
-- * Type Aliases (for compatability)
-- * Type Aliases (for compatibility)
-- | Runs a Katip logging block with the Log environment
type LogExecWithContext = forall m. P.MonadIO m =>