Skip to content

Commit

Permalink
Fix typo in docs for _context_set_illegal_callback
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Aug 9, 2019
1 parent 786dfb4 commit 556caad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/secp256k1.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ SECP256K1_API void secp256k1_context_destroy(
* - void secp256k1_default_error_callback_fn(const char* message, void* data);
* The library can call these default handlers even before a proper callback data
* pointer could have been set using secp256k1_context_set_illegal_callback or
* secp256k1_context_set_illegal_callback, e.g., when the creation of a context
* secp256k1_context_set_error_callback, e.g., when the creation of a context
* fails. In this case, the corresponding default handler will be called with
* the data pointer argument set to NULL.
*
Expand Down

0 comments on commit 556caad

Please sign in to comment.