diff options
| author | letouzey | 2002-04-08 14:36:45 +0000 |
|---|---|---|
| committer | letouzey | 2002-04-08 14:36:45 +0000 |
| commit | 969494210a800c9c106829341b7659213396c404 (patch) | |
| tree | 763d00d42a861ba4dc69d7041d90b62f258da46a | |
| parent | d85ff5b7887ce29bda5b9ba1dc174d041bf98cc1 (diff) | |
extraction.ml
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2623 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | contrib/extraction/extraction.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/extraction/extraction.ml b/contrib/extraction/extraction.ml index d3dd78dd5d..d9f844666a 100644 --- a/contrib/extraction/extraction.ml +++ b/contrib/extraction/extraction.ml @@ -123,7 +123,7 @@ let _ = declare_summary "Extraction tables" init_function = (fun () -> ()); survive_section = true } -(*S Warning & Error messages. *) +(*S Warning and Error messages. *) let axiom_error_message sp = errorlabstrm "axiom_message" |
