aboutsummaryrefslogtreecommitdiffstats
path: root/doc/get-started.tex
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/get-started.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/get-started.tex b/doc/get-started.tex
index bbf62e0..537b228 100644
--- a/doc/get-started.tex
+++ b/doc/get-started.tex
@@ -178,7 +178,7 @@ jump, call {\tt setjmp} and {\tt zsetup} again.
To do any real work with libzahl, we need integers. The
data type for a big integer in libzahl is {\tt z\_t}
\psecref{sec:Integer structure}. Before a {\tt z\_t}
-can be assign a value, it must be initialised.
+can be assigned a value, it must be initialised.
\begin{alltt}
z_t a;