From e99e4006368fab3818812c6194d54465746c4566 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Mon, 12 Jan 2015 13:50:50 +0100 Subject: Fix a few typos. --- lib/future.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/future.mli') diff --git a/lib/future.mli b/lib/future.mli index d97b46382..19a9f5764 100644 --- a/lib/future.mli +++ b/lib/future.mli @@ -37,7 +37,7 @@ * If you compare this with lazy_t, you see that the value returned is *false*, * that is counter intuitive and error prone. * - * Still not all computations are impure and acess/alter the system state. + * Still not all computations are impure and access/alter the system state. * This class can be optimized by using ~pure:true, but there is no way to * statically check if this flag is misused, hence use it with care. * -- cgit v1.2.3