Skip to content

Commit

Permalink
Fix comment typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Jun 25, 2024
1 parent 40d1b81 commit f2e99b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/bitcoin/database/tables/archives/header.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace libbitcoin {
namespace database {
namespace table {

/// Header is a cononical record hash table.
/// Header is a canonical record hash table.
struct header
: public hash_map<schema::header>
{
Expand Down
2 changes: 1 addition & 1 deletion include/bitcoin/database/tables/archives/transaction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace libbitcoin {
namespace database {
namespace table {

/// Transaction is a cononical record hash table.
/// Transaction is a canonical record hash table.
struct transaction
: public hash_map<schema::transaction>
{
Expand Down

0 comments on commit f2e99b5

Please sign in to comment.