doc typo
authorSimon Marlow <marlowsd@gmail.com>
Thu, 1 Jul 2010 12:37:15 +0000 (12:37 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 1 Jul 2010 12:37:15 +0000 (12:37 +0000)
Foreign/C/Error.hs

index 76160b2..8d149c1 100644 (file)
@@ -358,7 +358,7 @@ throwErrnoIfRetry pred loc f  =
           else throwErrno loc
       else return res
 
--- | as 'throwErrnoIfRetry', but additionlly if the operation 
+-- | as 'throwErrnoIfRetry', but additionally if the operation 
 -- yields the error code 'eAGAIN' or 'eWOULDBLOCK', an alternative
 -- action is executed before retrying.
 --