From 292310fbb24bba324fdf3c47c90e5e576a3cb89d Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Mon, 9 Sep 2024 12:07:21 +0200 Subject: [PATCH] doc: fix typos in `secp256k1_ecdsa_{recoverable_,}signature` API description --- include/secp256k1.h | 2 +- include/secp256k1_recovery.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/secp256k1.h b/include/secp256k1.h index cfbdd528c2..94a9a7a3a9 100644 --- a/include/secp256k1.h +++ b/include/secp256k1.h @@ -75,7 +75,7 @@ typedef struct { unsigned char data[64]; } secp256k1_pubkey; -/** Opaque data structured that holds a parsed ECDSA signature. +/** Opaque data structure that holds a parsed ECDSA signature. * * The exact representation of data inside is implementation defined and not * guaranteed to be portable between different platforms or versions. It is diff --git a/include/secp256k1_recovery.h b/include/secp256k1_recovery.h index 341b8bac63..78a3eee05c 100644 --- a/include/secp256k1_recovery.h +++ b/include/secp256k1_recovery.h @@ -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