aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/future.mli
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2015-01-12 13:50:50 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2015-01-12 13:50:50 +0100
commite99e4006368fab3818812c6194d54465746c4566 (patch)
treeab1e658475cb1e518e1611b58e0d64ee3cf21b32 /lib/future.mli
parent4b8cd99705596052b7b45f29c248c9d02875ccdc (diff)
Fix a few typos.
Diffstat (limited to 'lib/future.mli')
-rw-r--r--lib/future.mli2
1 files changed, 1 insertions, 1 deletions
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.
*