URI:
       Fix typo - libzahl - big integer library
  HTML git clone git://git.suckless.org/libzahl
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit a72b716d241c2ef797482a5e4ebd6731a010fd03
   DIR parent d067895614aed8572f40da22ccea50b781cfbc0d
  HTML Author: Mattias Andrée <maandree@kth.se>
       Date:   Fri, 13 May 2016 20:49:21 +0200
       
       Fix typo
       
       Signed-off-by: Mattias Andrée <maandree@kth.se>
       
       Diffstat:
         M doc/number-theory.tex               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/doc/number-theory.tex b/doc/number-theory.tex
       @@ -179,7 +179,7 @@ $\max x : 2^x \vert z$ is returned by {\tt zlsb(z)}
        \section{Primality test}
        \label{sec:Primality test}
        
       -The primality of an integer can be test with
       +A primality of an integer can be test with
        
        \begin{alltt}
           enum zprimality zptest(z_t w, z_t a, int t);