diff options
| author | Guillaume Melquiond | 2016-11-24 15:14:19 +0100 |
|---|---|---|
| committer | Guillaume Melquiond | 2016-11-24 15:14:19 +0100 |
| commit | a27ac0315dcbb99c64a260bac3988199a26b39cf (patch) | |
| tree | 2cf20f9ee79494c190cbd0fb8658872dd785d30b /proofs | |
| parent | b16de62d20790930589795c3d10fbb07185ec22c (diff) | |
Fix some documentation typos.
Note: "dependant" does exist, but it is a noun and it means a person that
is somehow financially dependent on someone else.
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/proof_global.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proof_global.ml b/proofs/proof_global.ml index 7605f63872..e753e972da 100644 --- a/proofs/proof_global.ml +++ b/proofs/proof_global.ml @@ -617,7 +617,7 @@ module Bullet = struct let _ = register_behavior strict end - (* Current bullet behavior, controled by the option *) + (* Current bullet behavior, controlled by the option *) let current_behavior = ref Strict.strict let _ = |
