diff options
| author | herbelin | 2007-02-07 19:14:09 +0000 |
|---|---|---|
| committer | herbelin | 2007-02-07 19:14:09 +0000 |
| commit | ddbfb9299340f069a26fc6218e82031a8a99d056 (patch) | |
| tree | 8f52f507e29ce041bab710252ee538925b23f297 /contrib | |
| parent | 078969914a22f1c143723d473c3c33c020d13ae8 (diff) | |
Meilleur anglais (cf 9619)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9620 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/funind/indfun.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/funind/indfun.ml b/contrib/funind/indfun.ml index 82bb286953..6e2af2247b 100644 --- a/contrib/funind/indfun.ml +++ b/contrib/funind/indfun.ml @@ -266,7 +266,7 @@ let derive_inversion fix_names = ) with e -> msg_warning - (str "Cannot built inversion information" ++ + (str "Cannot build functional inversion principle" ++ if do_observe () then Cerrors.explain_exn e else mt ()) with _ -> () |
