Fix typo - libzahl - big integer library
 (HTM) git clone git://git.suckless.org/libzahl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3a3ea3e654fa7131c0812977f92dc923d4daf9ce
 (DIR) parent 626dc2a770207bc1398214e040166f58ec9b8df4
 (HTM) Author: Mattias Andrée <maandree@kth.se>
       Date:   Wed, 11 May 2016 20:51:46 +0200
       
       Fix typo
       
       Signed-off-by: Mattias Andrée <maandree@kth.se>
       
       Diffstat:
         M doc/arithmetic.tex                  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/doc/arithmetic.tex b/doc/arithmetic.tex
       @@ -101,7 +101,7 @@ in-place operation:
        Use this whenever possible, it will improve
        your performance, as it will involve less
        CPU instructions for each character-addition
       -and it may be possible to elementation some
       +and it may be possible to eliminate some
        character-additions.