Merge pull request #24 from instagibbs/dicrete

fix spelling in documentation
This commit is contained in:
Andrew Poelstra 2018-06-20 15:55:41 +00:00 committed by GitHub
commit eca632d585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,9 +58,9 @@ SECP256K1_API int secp256k1_generator_serialize(
* Out: gen: a generator object * Out: gen: a generator object
* In: seed32: a 32-byte seed * In: seed32: a 32-byte seed
* *
* If succesful, a valid generator will be placed in gen. The produced * If successful a valid generator will be placed in gen. The produced
* generators are distributed uniformly over the curve, and will not have a * generators are distributed uniformly over the curve, and will not have a
* known dicrete logarithm with respect to any other generator produced, * known discrete logarithm with respect to any other generator produced,
* or to the base generator G. * or to the base generator G.
*/ */
SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_generator_generate( SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_generator_generate(