Skip to content

Commit 472faaa

Browse files
Merge #1604: doc: fix typos in secp256k1_ecdsa_{recoverable_,}signature API description
292310f doc: fix typos in `secp256k1_ecdsa_{recoverable_,}signature` API description (Sebastian Falbesoner) Pull request description: This small PR fixes two small typos I noticed while looking at the pubkey recovery module (s/structured/structure/). ACKs for top commit: real-or-random: utACK 292310f Tree-SHA512: 7abda2d5b56d810fd83c7de9b018818a28fd5969f669b53b9dc0e1034428feef63a3157714f45002185b94c6c35617cab21861fa56dba51883d1326b4a1cb033
2 parents 2f2ccc4 + 292310f commit 472faaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/secp256k1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ typedef struct {
7575
unsigned char data[64];
7676
} secp256k1_pubkey;
7777

78-
/** Opaque data structured that holds a parsed ECDSA signature.
78+
/** Opaque data structure that holds a parsed ECDSA signature.
7979
*
8080
* The exact representation of data inside is implementation defined and not
8181
* guaranteed to be portable between different platforms or versions. It is

include/secp256k1_recovery.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
extern "C" {
88
#endif
99

10-
/** Opaque data structured that holds a parsed ECDSA signature,
10+
/** Opaque data structure that holds a parsed ECDSA signature,
1111
* supporting pubkey recovery.
1212
*
1313
* The exact representation of data inside is implementation defined and not

0 commit comments

Comments
 (0)