[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36
John Goerzen
jgoerzen at complete.org
Fri Apr 23 15:06:15 UTC 2010
The following commit has been merged in the master branch:
commit 947d00c985b8b6d0b486b669f086212104d6ad5b
Author: John Goerzen <jgoerzen at complete.org>
Date: Wed Dec 28 23:59:04 2005 +0100
Typo fixes in docs
diff --git a/MissingH/List.hs b/MissingH/List.hs
index 5f51fbb..e77059d 100644
--- a/MissingH/List.hs
+++ b/MissingH/List.hs
@@ -401,7 +401,7 @@ list, this function looks for the first occurance of a sublist in the list,
and returns the index of the first element of that occurance. If there is no
such list, returns Nothing.
-If the list to look for is the empyt list, will return Just 0 regardless
+If the list to look for is the empty list, will return Just 0 regardless
of the content of the list to search.
Examples:
diff --git a/MissingH/Printf.hs b/MissingH/Printf.hs
index 0f7b64e..e9f402d 100644
--- a/MissingH/Printf.hs
+++ b/MissingH/Printf.hs
@@ -35,7 +35,7 @@ Inspiration and ideas from haskell-xml-rpc by Bjorn Bringert
Please scroll down to read the detailed documentation.
-/NOTE/: to compile this module under ghc, you must use:
+/NOTE/: to use this module under ghc, you must use:
> -fallow-overlapping-instances
@@ -46,7 +46,7 @@ With hugs:
-}
module MissingH.Printf
- {-# DEPRECATED "Please use the standard Test.Printf instead" #-}
+ {-# DEPRECATED "Please use the standard Text.Printf instead" #-}
(-- * Introduction
-- $introduction
--
haskell-testpack
More information about the Pkg-haskell-commits
mailing list