aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/refman
diff options
context:
space:
mode:
authorGravatar Jason Gross <jasongross9@gmail.com>2016-09-07 15:17:29 -0700
committerGravatar GitHub <noreply@github.com>2016-09-07 15:17:29 -0700
commitb3d372c410e3dfffe5183632d1fe17917a829b9a (patch)
treecce988843b4522454d48dcf54b6eb906385ac643 /doc/refman
parenta18fb93587ccbe32a2edfad38d2e9095f6c8e901 (diff)
Fix a typo in the reference manual
Diffstat (limited to 'doc/refman')
-rw-r--r--doc/refman/RefMan-ltac.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/RefMan-ltac.tex b/doc/refman/RefMan-ltac.tex
index 9fbff7181..1d89c17f4 100644
--- a/doc/refman/RefMan-ltac.tex
+++ b/doc/refman/RefMan-ltac.tex
@@ -1158,7 +1158,7 @@ using the syntax:
\end{quote}
A previous definition of {\qualid} must exist in the environment.
The new definition will always be used instead of the old one and
-it goes accross module boundaries.
+it goes across module boundaries.
If preceded by the keyword {\tt Local} the tactic definition will not
be exported outside the current module.