[commit: base] master: typo (f1bc28e)

Gabor Greif <[email protected]> Wed, 21 Nov 2012 09:39:25 -0800
Newsgroups gmane.comp.lang.haskell.cvs.libraries
Message-ID <[email protected]>
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/f1bc28e941e1fc109b90ca6d612cf9072b450569

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

commit f1bc28e941e1fc109b90ca6d612cf9072b450569
Author: Gabor Greif <[email protected]>
Date:   Wed Nov 21 18:31:07 2012 +0100

    typo

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

 GHC/TypeLits.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/GHC/TypeLits.hs b/GHC/TypeLits.hs
index b8733ca..d7ec7cf 100644
--- a/GHC/TypeLits.hs
+++ b/GHC/TypeLits.hs
@@ -12,7 +12,7 @@
 {-# OPTIONS_GHC -XNoImplicitPrelude #-}
 {-| This module is an internal GHC module.  It declares the constants used
 in the implementation of type-level natural numbers.  The programmer interface
-for workin with type-level naturals should be defined in a separate library. -}
+for working with type-level naturals should be defined in a separate library. -}
 
 module GHC.TypeLits
   ( -- * Kinds