Skip to content

Commit c06cc41

Browse files
committed
doc: fix typo in kernel/context.h
1 parent 695ca64 commit c06cc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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

0 commit comments

Comments
 (0)