diff options
author | Guillaume Melquiond <guillaume.melquiond@inria.fr> | 2015-10-13 18:30:47 +0200 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@inria.fr> | 2015-10-13 18:30:47 +0200 |
commit | ed95f122f3c68becc09c653471dc2982b346d343 (patch) | |
tree | 87e323b2d382c285e1eae864338ea397fda0923d /plugins/micromega | |
parent | 26974a4a2301cc7b1188a3f2f29f3d3368eccc0b (diff) |
Fix some typos.
Diffstat (limited to 'plugins/micromega')
-rw-r--r-- | plugins/micromega/mfourier.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/micromega/mfourier.ml b/plugins/micromega/mfourier.ml index 88c1a7836..a36369d22 100644 --- a/plugins/micromega/mfourier.ml +++ b/plugins/micromega/mfourier.ml @@ -23,7 +23,7 @@ struct - None , Some v -> \]-oo,v\] - Some v, None -> \[v,+oo\[ - Some v, Some v' -> \[v,v'\] - Intervals needs to be explicitely normalised. + Intervals needs to be explicitly normalised. *) type who = Left | Right |