diff options
author | brunoerg <brunoely.gc@gmail.com> | 2022-06-08 10:03:43 -0300 |
---|---|---|
committer | brunoerg <brunoely.gc@gmail.com> | 2022-06-08 10:03:43 -0300 |
commit | c06cc41ddbac3611d5c7826a2a3f2cbae9aeea12 (patch) | |
tree | 0d4bd5f86af3a3d16501ee154c79cc0c56fd0356 | |
parent | 695ca641a4e3ae065121815a968c769198aa73de (diff) |
doc: fix typo in kernel/context.h
-rw-r--r-- | src/kernel/context.h | 2 |
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 |