Skip to content

Commit e3c08eb

Browse files
committed
Merge bitcoin#25307: doc: fix typo in kernel/context.h and add desig to ignore-words
d575413 doc: add `desig` to ignore-words (brunoerg) c06cc41 doc: fix typo in kernel/context.h (brunoerg) Pull request description: This PR fixes a typo in `kernel/context.h` (libary => library) and add `desig` to ignore-words since it's a valid word, see: https://github.com/bitcoin/bitcoin/blob/b9416c3847cd347238a9d75d949327f69e187d79/src/net.cpp#L1105-L1117 ACKs for top commit: fanquake: ACK d575413 Tree-SHA512: 2d548c737b8184d0243445c7503f3f68256ecb0970bd834d52de099de3cd8c8b9c140e2b77d55e2542fbd45b1d21cbdee639f5b2ef8138c37b8b72e5211029c3
2 parents 9edc513 + d575413 commit e3c08eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/kernel/context.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ECCVerifyHandle;
1212
namespace kernel {
1313
//! Context struct holding the kernel library's logically global state, and
1414
//! passed to external libbitcoin_kernel functions which need access to this
15-
//! state. The kernel libary API is a work in progress, so state organization
15+
//! state. The kernel library API is a work in progress, so state organization
1616
//! and member list will evolve over time.
1717
//!
1818
//! State stored directly in this struct should be simple. More complex state

test/lint/spelling.ignore-words.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ba
33
blockin
44
cachable
55
creat
6+
desig
67
fo
78
fpr
89
hights

0 commit comments

Comments
 (0)