[commit: ghc] wip/nfs-locking: Typo (e1b6e52)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 01:06:16 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/e1b6e522c1ca78cede5a3a4e45d2a7e05ef1aa0c/ghc

>---------------------------------------------------------------

commit e1b6e522c1ca78cede5a3a4e45d2a7e05ef1aa0c
Author: Gabor Greif <ggreif at gmail.com>
Date:   Sat Jul 16 19:18:30 2016 +0200

    Typo


>---------------------------------------------------------------

e1b6e522c1ca78cede5a3a4e45d2a7e05ef1aa0c
 doc/user-settings.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/user-settings.md b/doc/user-settings.md
index 1b0a05e..d4f0f95 100644
--- a/doc/user-settings.md
+++ b/doc/user-settings.md
@@ -38,7 +38,7 @@ a few others), which can be activated from the command line, e.g. `--flavour=qui
 Users can define new build flavours by adding them to `userFlavours` list:
 ```haskell
 userFlavour :: Flavour
-userFlavour = defaultFlavour { name = "user", ... } -- mofidy the default build flavour
+userFlavour = defaultFlavour { name = "user", ... } -- modify the default build flavour
 
 userFlavours :: [Flavour]
 userFlavours = [userFlavour]



More information about the ghc-commits mailing list