aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-06-09 13:23:16 +0100
committerfanquake <fanquake@gmail.com>2022-06-09 13:24:00 +0100
commite3c08eb620a2f317fc09fdf20969fa26f02afb91 (patch)
tree9fdb4a1df805f5a7406e786d78f1efa27740cffa /src
parent9edc5133d49978db75cf68be1a2046236c007d9f (diff)
parentd575413fb8f8569803ed0050c15be003ef50951c (diff)
downloadbitcoin-e3c08eb620a2f317fc09fdf20969fa26f02afb91.tar.xz
Merge bitcoin/bitcoin#25307: doc: fix typo in kernel/context.h and add `desig` to ignore-words
d575413fb8f8569803ed0050c15be003ef50951c doc: add `desig` to ignore-words (brunoerg) c06cc41ddbac3611d5c7826a2a3f2cbae9aeea12 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 d575413fb8f8569803ed0050c15be003ef50951c Tree-SHA512: 2d548c737b8184d0243445c7503f3f68256ecb0970bd834d52de099de3cd8c8b9c140e2b77d55e2542fbd45b1d21cbdee639f5b2ef8138c37b8b72e5211029c3
Diffstat (limited to 'src')
-rw-r--r--src/kernel/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/context.h b/src/kernel/context.h
index 0a08511564..9746ef994b 100644
--- a/src/kernel/context.h
+++ b/src/kernel/context.h
@@ -12,7 +12,7 @@ class ECCVerifyHandle;
namespace kernel {
//! Context struct holding the kernel library's logically global state, and
//! passed to external libbitcoin_kernel functions which need access to this
-//! state. The kernel libary API is a work in progress, so state organization
+//! state. The kernel library API is a work in progress, so state organization
//! and member list will evolve over time.
//!
//! State stored directly in this struct should be simple. More complex state