From f2e99b5311b6aae820656df0d6816f4633785352 Mon Sep 17 00:00:00 2001 From: evoskuil Date: Mon, 24 Jun 2024 21:58:13 -0400 Subject: [PATCH] Fix comment typos. --- include/bitcoin/database/tables/archives/header.hpp | 2 +- include/bitcoin/database/tables/archives/transaction.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/bitcoin/database/tables/archives/header.hpp b/include/bitcoin/database/tables/archives/header.hpp index 45e0c0fa..a3fedefd 100644 --- a/include/bitcoin/database/tables/archives/header.hpp +++ b/include/bitcoin/database/tables/archives/header.hpp @@ -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 { diff --git a/include/bitcoin/database/tables/archives/transaction.hpp b/include/bitcoin/database/tables/archives/transaction.hpp index 26837376..cf04d5c2 100644 --- a/include/bitcoin/database/tables/archives/transaction.hpp +++ b/include/bitcoin/database/tables/archives/transaction.hpp @@ -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 {