From 3d486cdbb438457c96999459b240268f30aec112 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 2 Oct 2024 14:39:27 -0400 Subject: [PATCH] chore: fix spelling in comment Signed-off-by: Chris Gianelloni --- ledger/tx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ledger/tx.go b/ledger/tx.go index f30995ec..b706cdcd 100644 --- a/ledger/tx.go +++ b/ledger/tx.go @@ -20,7 +20,7 @@ import ( "github.com/blinklabs-io/gouroboros/ledger/common" ) -// Compatiblity aliases +// Compatibility aliases type Transaction = common.Transaction type TransactionBody = common.TransactionBody type TransactionInput = common.TransactionInput