DOC: fix typo

This commit is contained in:
hasufell 2014-04-15 18:47:58 +02:00
parent 2b8eb4f1fa
commit b7b4ffbbea
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ void init_polynom(pb_poly *new_poly, mp_int *chara)
}
/**
* Initialize a Polynom with a pb_poly adn a mp_int as characteristic
* Initialize a Polynom with a pb_poly and an mp_int as characteristic
* with size. Checks if everything went fine. The caller must free
* new_poly with pb_clear().
*