diff options
| author | letouzey | 2002-12-02 12:44:41 +0000 |
|---|---|---|
| committer | letouzey | 2002-12-02 12:44:41 +0000 |
| commit | 53d55b4d92c5b38793150a0933d7d5c35244d485 (patch) | |
| tree | e450b2a68487fc02a1f9fe72c8e6965f2f734a35 | |
| parent | fdb8b42be2298264dc120b7af8e3ac4d18e5331f (diff) | |
typos
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8299 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | doc/RefMan-mod.tex | 2 | ||||
| -rw-r--r-- | doc/RefMan-modr.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/RefMan-mod.tex b/doc/RefMan-mod.tex index cb6b32b9f1..fda16f713e 100644 --- a/doc/RefMan-mod.tex +++ b/doc/RefMan-mod.tex @@ -41,7 +41,7 @@ This command is used to start an interactif module named {\ident}. This command closes the interactif module {\ident}. If the module type was given the content of the module is matched against it and an error is signaled if the matching fails. If the module is basic (is not a -functor) ist components (constants, inductives, submodules etc) are +functor) its components (constants, inductives, submodules etc) are now available through the dot notation. \begin{ErrMsgs} diff --git a/doc/RefMan-modr.tex b/doc/RefMan-modr.tex index 034c6a3952..127b8830c5 100644 --- a/doc/RefMan-modr.tex +++ b/doc/RefMan-modr.tex @@ -25,7 +25,7 @@ or a definition of a module or a module type abbreviation. \end{itemize} \paragraph{Signature element.} It is denoted by \Spec, it is a -specification of a constant, an assumption, an inducitive, a module or +specification of a constant, an assumption, an inductive, a module or a module type abbreviation. \paragraph{Module type}, denoted by $T$ can be: |
