(wrong string) ée

From: <git_AT_suckless.org>
Date: Mon, 9 May 2016 21:39:17 +0200 (CEST)

commit 8d75926fa5b89788515c2d06c621f74e286b0fbc
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Mon May 9 21:39:06 2016 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Mon May 9 21:39:06 2016 +0200

    Typo fixes by Marc
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

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
_AT_@ -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;
diff --git a/doc/what-is-libzahl.tex b/doc/what-is-libzahl.tex
index 0b76fd2..2979a23 100644
--- a/doc/what-is-libzahl.tex
+++ b/doc/what-is-libzahl.tex
_AT_@ -143,7 +143,7 @@ Additionally, libzahl tries to keep the functions'
 names simple and natural rather than techniqual or
 mathematical. The names resemble those of the standard
 integer operators. For example, the left-shift, right-shift
-and truncation bit-operations in libzahl is called
+and truncation bit-operations in libzahl are called
 {\tt zlsh}, {\tt zrsh} and {\tt ztrunc}, respectively.
 In GNU MP, they are called {\tt mpz\_mul\_2exp},
 {\tt mpz\_tdiv\_q\_2exp} and {\tt mpz\_tdiv\_r\_2exp}.
Received on Mon May 09 2016 - 21:39:17 CEST

This archive was generated by hypermail 2.3.0 : Mon May 09 2016 - 21:48:17 CEST