doc: fix typos in secp256k1_ecdsa_{recoverable_,}signature API description

This commit is contained in:
Sebastian Falbesoner
2024-09-09 12:07:21 +02:00
parent 2f2ccc4695
commit 292310fbb2
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
extern "C" {
#endif
/** Opaque data structured that holds a parsed ECDSA signature,
/** Opaque data structure that holds a parsed ECDSA signature,
* supporting pubkey recovery.
*
* The exact representation of data inside is implementation defined and not